19.03.2014, 14:44
Matess, it didn't work. I can still see admin levels above 19's commands.
Shouldn't it be:
Instead of
< = more than
> = less than
(?)
Shouldn't it be:
Код:
if(PlayerInfo[playerid][power] > 19)
Код:
if(PlayerInfo[playerid][power] < 19)
> = less than
(?)