SA-MP Forums Archive
Creating an admin system inside the script - 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: Creating an admin system inside the script (/showthread.php?tid=615546)



Creating an admin system inside the script - EtayJ - 23.08.2016

Hi, is it okay to do the admin system in my gamemode script or is it better/recommended to create it in a filterscript?


Re: Creating an admin system inside the script - EtayJ - 23.08.2016

Bump


Re: Creating an admin system inside the script - Shinja - 23.08.2016

Its better to be in the gamemode imo, because you will have many things to do with Admin level variable in the gamemode other than the cmds only


Re: Creating an admin system inside the script - Tass007 - 24.08.2016

Always always try and have everything in a single gamemode, having heaps of filterscripts can cause heaps of bugs and issues, also it takes more ram and usage to load more things than just loading one(gamemode). If you can, always put everything into your gamemode. I personally have everything in my gamemode however I have includes. So if I want to edit my administrator system I open up adminsystem.pwn and it has everything in my admin system there, however I compile with my gamemode and I only load one .amx.