04.04.2014, 11:05
Simple mistake.
It means if the player level is more than or equal to 99998, you cannot use it.
> - More. < - Less
Just change it to
and you're done!
and also, if you want a 99998'th level admin to use this command, then use this
JUST CHANGE THAT LINE and you're done!
pawn Код:
if(PlayerInfo[playerid][pAdmin] >= 99998)
> - More. < - Less
Just change it to
pawn Код:
if(PlayerInfo[playerid][pAdmin] <= 99998)
and also, if you want a 99998'th level admin to use this command, then use this
pawn Код:
if(PlayerInfo[playerid][pAdmin] < 99998)