07.06.2013, 19:07
You will need to add
1 = The admin level the player needs to be.
Also recommend to reset the stats BEFORE loading the userdata.
pawn Код:
if(pInfo[playerid][AdminLevel] > 1) return SendClientMessage(playerid, COLOR_RED, "ERROR: You are not a admin!");
Also recommend to reset the stats BEFORE loading the userdata.