09.06.2016, 04:01
Change this line:
To this:
And you should learn zcmd + sscanf, it makes making commands much more simpler and easier.
https://sampforum.blast.hk/showthread.php?tid=280476
Код:
if(PlayerInfo[playerid][pAdmin] >= 99999)
Код:
if (IsPlayerAdmin(playerid))
https://sampforum.blast.hk/showthread.php?tid=280476