Creating an admin system inside the script
#1

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

Bump
Reply
#3

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
Reply
#4

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)