Posts: 87
Threads: 35
Joined: Oct 2013
Reputation:
0
Hi, is it okay to do the admin system in my gamemode script or is it better/recommended to create it in a filterscript?
Posts: 969
Threads: 26
Joined: Jan 2016
Reputation:
0
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
Posts: 727
Threads: 111
Joined: May 2011
Reputation:
0
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.