08.01.2014, 22:16
Hey guys, back from Bozic(Chrismas). I have this Error.
PAWNO is showing no errors, but i am admin level 5 and its showing me that i am not allowed to do this command.
pawn Код:
if(!isAdmin(playerid,3))return SendClientMessage(playerid,COLOR_RED,"[SA:RP] Niste ovlasceni da koristite ovu komandu.");
pawn Код:
isAdmin(playerid,a_level)
{
if(sInfo[playerid][alevel]>=a_level)return 1;
return 0;
}