/admins - 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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: /admins (
/showthread.php?tid=109060)
/admins -
Mechscape - 17.11.2009
Im level 1338, and /admins doenst show me on /admins list.
/admins :
Код:
if(PlayerInfo[i][pAdmin] >= 1 && PlayerInfo[i][pAdmin] < 1338)
{
What problem is?
Admins level 1-5 + 1337 + 1338
Re: /admins -
LarzI - 17.11.2009
you're checking if the level is lower 1338, not equal or lower than.
change to this
pawn Код:
if(PlayerInfo[i][pAdmin] >= 1 && PlayerInfo[i][pAdmin] <= 1338)
Re: /admins -
DeathOnaStick - 17.11.2009
pawn Код:
if(PlayerInfo[i][pAdmin] >= 1 && PlayerInfo[i][pAdmin] <= 1338)
{
Equality wasn't checked.
Cheers.
#EDIT#: Sry didn't notice someone posted yet.
Re: /admins -
Mechscape - 17.11.2009
Thanks to
lrZ^ aka LarzI and
DeathOnaStick.
Re: /admins -
LarzI - 17.11.2009
np

and I don't mind deathonastick :P
Re: /admins -
DeathOnaStick - 17.11.2009
Quote:
Originally Posted by lrZ^ aka LarzI
np 
and I don't mind deathonastick :P
|
Puuhh... i thought you would kill me now
Noprob.