16.11.2013, 17:30
(
Последний раз редактировалось Joe_Goro; 16.11.2013 в 17:38.
Причина: Miss Spelling
)
> bigger than
< - is lower then
<= - is lower or equal to
>= - is bigger or equal to
!= mean if not to
pawn Код:
mean in your code :
if(PlayerInfo[playerid][pAdmin] > 5) //mean his level must be more than 5
<= - is lower or equal to
>= - is bigger or equal to
!= mean if not to
pawn Код:
if(PlayerInfo[playerid][pAdmin] != 5) // mean any admin level from 0 to 99999999 can use the cmd exccept level 5 cant use it
Код:
+rep if helped please