Error.
#1

Код:
CMD:help(playerid, params[])
{
    if(PlayerInfo[playerid][pAdmin] >= 1)
    {
	SCM(playerid,COLOR_WHITE,"/adminhelp");
    }
	SCM(playerid,COLOR_LIGHTBLUE,"__________________HELP___________________");
	SCM(playerid,COLOR_WHITE,"CAR HELP: /deletecar, /veh, /park, /addrims");
	SCM(playerid,COLOR_WHITE,"CHAT HELP: /o, /b, /local,/shout, ");
	SCM(playerid,COLOR_WHITE,"GENERAL HELP: /buylevel ");
    }
    else
    {
        SCM(playerid,COLOR_WHITE,"[SERVER]: You're not authorized to use this command");
	return 0;
    }
}
line 478-481
Код:
else
 	         {
		         SCM(playerid,COLOR_WHITE,"[SERVER]: You're not authorized to use this command");
		         return 0;
Код:
C:\Users\Bart\Downloads\Roleplay\Roleplay\gamemodes\esrp.pwn(478) : error 010: invalid function or declaration
C:\Users\Bart\Downloads\Roleplay\Roleplay\gamemodes\esrp.pwn(481) : error 010: invalid function or declaration
Reply


Messages In This Thread
Error. - by ImprezBart - 12.10.2011, 08:29
Re: Error. - by iJumbo - 12.10.2011, 08:36
Re: Error. - by ImprezBart - 12.10.2011, 08:39
Re: Error. - by Lenny the Cup - 12.10.2011, 08:40

Forum Jump:


Users browsing this thread: 1 Guest(s)