26.07.2011, 21:06
Код:
CMD:God(playerid,params[]) { if(PlayerInfo[playerid][pAdminLevel] >=3) { SetPlayerHealth(playerid,999999); SendClientMessage(playerid,COLOR_GREEN,"|**God Activated**|"); } } else return SendClientMessage(playerid,COLOR_RED," You are not allowed to use this command!"); return 1; }
Код:
else return SendClientMessage(playerid,COLOR_RED," You are not allowed to use this command!"); return 1;
Код:
C:\Documents and Settings\Chris\Desktop\Desktop\Mastalol\Grand Theft Auto San Andreas Samp Server\filterscripts\SideShock.pwn(202) : error 010: invalid function or declaration C:\Documents and Settings\Chris\Desktop\Desktop\Mastalol\Grand Theft Auto San Andreas Samp Server\filterscripts\SideShock.pwn(203) : error 010: invalid function or declaration