pAdmin Quick Question ... Blanking
#1

Guys, I dont know if its me! Or if it is that im tired. BUT!,
Does this here check IF the player IS level 3. Or is the player beneath or above level 3?.

pawn Код:
if(PlayerInfo[playerid][pAdmin] > 3)
Reply
#2

It checks if the admin level is greater than 3.
[pAdmin] >= 3 would check if its 3 or greater.
[pAdmin] == 3 checks if the player is level 3.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)