SA-MP Forums Archive
Question about admin script, HELP! - 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: Question about admin script, HELP! (/showthread.php?tid=395771)



Question about admin script, HELP! - leomessie - 27.11.2012

Hello guys!

I've been trying for a while to make a server,but I'm stuck.

that's because I do not know how to make an admin script and 10 admin levels.

help please!

I work a long time for it and I've tried a lot but nothing works sadly.

hopefully you can help, I hope also that you can send a Commend and small examples with it

help me please, and I give you reputation

thanks!



Re: Question about admin script, HELP! - Bicentric - 27.11.2012

Well, an admin system consists of these two elements.
  1. Account System
  2. Player Managment (/kick, /ban, etc)
And more advanced administration systems uses stuff such as an anti cheat, VIP system etc...

I found these two tutorials what can help you with the account and player management system.

https://sampforum.blast.hk/showthread.php?tid=273088
https://sampforum.blast.hk/showthread.php?tid=208304


Re: Question about admin script, HELP! - Scenario - 27.11.2012

... or you can check out this thread and it will display a list of all (or most) of the admin systems released here: https://sampforum.blast.hk/showthread.php?tid=356383


Re: Question about admin script, HELP! - Bicentric - 27.11.2012

Quote:
Originally Posted by RealCop228
Посмотреть сообщение
... or you can check out this thread and it will display a list of all (or most) of the admin systems released here: https://sampforum.blast.hk/showthread.php?tid=356383
Yeh or that :P

If you want an simple system then I recommend going with TKAdmin, it uses MySQL so it can easily be merged with a User Control Panel or something. Or if you want an advanced admin system, then I would use 0Admin, it uses SQLite, which is essentially the same to MySQL but uses a local database saved in the scriptfiles folder opposed to connecting to one.


Re: Question about admin script, HELP! - mickos - 27.11.2012

Yes, or just go read some tutorials, or download some scripts and see how they created it