04.12.2012, 03:29
instead of this in the if statement:
use this:
pawn Код:
PlayerInfo[i][pAdmin] > 0 && PlayerInfo[i][pAdmin] < 3
pawn Код:
PlayerInfo[i][pAdmin] > 0 && PlayerInfo[i][pAdmin] <= 3