Tag Mismatch
#2

pawn Код:
if(!PlayerInfo[playerid][pAdmin] >= 2) return SendClientMessage(playerid,COLOR_YELLOW,"Your admin level is not high enough to use this command");
Change it to
pawn Код:
if(PlayerInfo[playerid][pAdmin] < 2) return SendClientMessage(playerid,COLOR_YELLOW,"Your admin level is not high enough to use this command");
Reply


Messages In This Thread
Tag Mismatch - by lewismichaelbbc - 03.03.2012, 17:11
Re: Tag Mismatch - by Konstantinos - 03.03.2012, 17:12
Re: Tag Mismatch - by DarkScripter - 03.03.2012, 17:13
Re: Tag Mismatch - by lewismichaelbbc - 03.03.2012, 17:13
Re: Tag Mismatch - by ikey07 - 03.03.2012, 17:13

Forum Jump:


Users browsing this thread: 1 Guest(s)