12.10.2011, 08:29
Код:
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;
}
}
Код:
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


