11.03.2012, 21:39
When you loop through the player to see if he is an admin, you are actually just checking if the player who typed the cmd is admin.
Change
to
Hope I helped, Aston.
Change
pawn Код:
if(PlayerInfo[playerid][pAdmin]>=1)
pawn Код:
if(PlayerInfo[i][pAdmin]>=1)