how to create an admin system? - 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: how to create an admin system? (
/showthread.php?tid=539163)
how to create an admin system? -
GabiXx - 26.09.2014
Guys please help me!
I am new in scripting and i want to know how to create an admin system.
Please explain.
I want to learn,
Re: how to create an admin system? -
YanLanger - 26.09.2014
Click me
Re: how to create an admin system? -
Ox1gEN - 26.09.2014
Learn how to use variables efficiently and set values for them.
Also learn how to write stuff into a library, load/save.
When you are done with that, creating commands is the next way to go!
(See my signature for an admin system that you can learn from, it uses the latest version of mysql,
and it is pretty well built, click the pastebin or download it, do whatever, make sure to learn from it or other admin systems.
As doing that will greatly help you when creating one, also I suggest not creating an administration system if you are just starting out, start with something smaller).
Re: how to create an admin system? -
GabiXx - 26.09.2014
smaller like?
Re: how to create an admin system? -
YanLanger - 26.09.2014
If you new at scripting don't make the admin system like 60000 lines just start from basics make ban and kick commands then setlevel etc.. Don't start with the big commands :P
And if i am not wrong you need login register system :P
Good luck.
Re: how to create an admin system? -
GabiXx - 26.09.2014
I have system login/register.Is only thing which i have

.
Now can you show me a tutorial with basic or something?
Re: how to create an admin system? -
LeroyII - 26.09.2014
Try
this one.