10.04.2014, 06:49
What's with this line?
if(PlayerInfo[playerid][pAdmin] >= 1)
That's checking if the person who executed the command is >= 1.
if(PlayerInfo[playerid][pAdmin] >= 1)
That's checking if the person who executed the command is >= 1.