11.10.2017, 14:31
Quote:
1. His sscanf version is fine. Stop giving incorrect information. The sscanf line was incorrect.
Then it looks like this player is either rank 0 or rank 1. If he is rank 1 and you wan to allow him to use the command do this: if(PlayerInfo[playerid][pAdmin] > 1) change to if(PlayerInfo[playerid][pAdmin] >= 1) |