SA-MP Forums Archive
Help me in creating Admin Levels Please - 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: Help me in creating Admin Levels Please (/showthread.php?tid=465212)



Help me in creating Admin Levels Please - MAFIAWARS - 21.09.2013

I want to create the Admin Levels but I also got many Errors.
Can Any one give me its script about the Levels of Admins and Its show menu by using /admins?


Re: Help me in creating Admin Levels Please - DanishHaq - 21.09.2013

You're gonna have to make a file saving system, I'd recommend this: https://sampforum.blast.hk/showthread.php?tid=273088. After that, you can make a variable that will save the admin level of that player.

And for an admin command, you can loop all the players and check if their admin level is higher than 0, and then show that message to the person who used the command /admins.

PS: It's not the easiest thing you could ask for, and it's not as simple. Trial and error is the solution. Keep trying.