09.03.2012, 07:08
if(PlayerInfo[playerid][pHelper] == 0)
your not checking if hes also an admin or donator at the same time.
change it to:
your not checking if hes also an admin or donator at the same time.
change it to:
pawn Код:
if(PlayerInfo[playerid][pHelper] == 0 && PlayerInfo[playerid][pAdmin] == 0 && PlayerInfo[playerid][pHelper] == 0)