SA-MP Forums Archive
Is this more easier than MAX_LEVELADMINS? - 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: Is this more easier than MAX_LEVELADMINS? (/showthread.php?tid=292967)



Is this more easier than MAX_LEVELADMINS? - GAMER_PS2 - 26.10.2011

Is this more easier than the MAXLEVELADMINS

look at this code

pawn Код:
if(PlayerInfo[targetid][pAdmin] >= PlayerInfo[playerid][pAdmin])
{
   SendClientMessage(playerid, COLOR_RED, "ERROR: You cant get the higher rank Administrators!");
}
I think its not easy? if this is not easy which is the best way!


Re: Is this more easier than MAX_LEVELADMINS? - GAMER_PS2 - 26.10.2011

Please comment


Re: Is this more easier than MAX_LEVELADMINS? - GAMER_PS2 - 29.10.2011

-cut-