SA-MP Forums Archive
pAdmin Quick Question ... Blanking - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: pAdmin Quick Question ... Blanking (/showthread.php?tid=397252)



pAdmin Quick Question ... Blanking - Threshold - 04.12.2012

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)



Re: pAdmin Quick Question ... Blanking - cosbraa - 04.12.2012

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.