SA-MP Forums Archive
Adminsystem/registration - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Adminsystem/registration (/showthread.php?tid=204275)



Adminsystem/registration - xir - 29.12.2010

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?


Re: Adminsystem/registration - [03]Garsino - 29.12.2010

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.


Re: Adminsystem/registration - Grim_ - 29.12.2010

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.


Re: Adminsystem/registration - xir - 29.12.2010

Ah I see, then I could also put the afk system and pm system in the gamemode ??


Re: Adminsystem/registration - Grim_ - 29.12.2010

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.


Re: Adminsystem/registration - [03]Garsino - 29.12.2010

Yes, no need for multiple filterscripts for such minor things.


Re: Adminsystem/registration - xir - 29.12.2010

Thanks for the help guys !!


Re: Adminsystem/registration - Mean - 29.12.2010

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.