10.01.2015, 20:30
Quote:
im wrong now in this
i cant use it i want it can use it from 1 to 8 |
Quote:
if(PlayerInfo[playerid][pAdmin] <= 1 && PlayerInfo[playerid][pAdmin] >=
That will not allow those ranks to use it. You want if(PlayerInfo[playerid][pAdmin] >= 1) That will let anyone of admin rank 1+ use it. Yours allows anyone under and including rank 1 and rank 8 and above. |