Posts: 746
Threads: 81
Joined: Aug 2010
Reputation:
0
hey guys, what should i do ? should i make the registration system + admin system in a filterscript or should i put in the game mode?? What would be best?
Doesn't matter much to be honest, as you have PVars for your use. But personally I would go with the gamemode, makes it easier to link stuff.
Posts: 2,896
Threads: 11
Joined: Sep 2008
Reputation:
0
If you are going to use the systems in one gamemode, I would do as Garsino said, and implement it into the one mode. However, if you plan to use them for various scripts, I would create a seperate filterscript which you could then just load to the server. It would save the hassle of copying and pasting.
Posts: 746
Threads: 81
Joined: Aug 2010
Reputation:
0
Ah I see, then I could also put the afk system and pm system in the gamemode ??
Posts: 2,896
Threads: 11
Joined: Sep 2008
Reputation:
0
You can do it either way, it's completely up to your preferences.
If you are going to use it in just one mode though, yes, I would suggest implementing them.
Yes, no need for multiple filterscripts for such minor things.
Posts: 2,726
Threads: 85
Joined: Jul 2010
Reputation:
0
I would go for GM too, I actually implement LuxAdmin in my gamemode, lol, and it works, so I would go for all in 1, gamemode.