Admin sistem.Help with explain.
#1

I want to know how to create an admin sistem.
Please explain me.I want to learn scripting.
I see many tutorials for admin sistem but i don't understand.
Reply
#2

The answer is quite simple: don't create your own admin/registration system if you have no idea where to start. The players' accounts need to be kept secure and beginner scripters usually don't have the required experience yet to achieve this feat. Even I - quite experienced, if I say so myself - sometimes still ponder about methods to enhance security.

Learn scripting by creating a simple gamemode like a deathmatch. Once you've achieved that, move up the chain and create a race. This is a little bit more tricky; to do it efficiently you'll need to master the use of arrays.
Reply
#3

Use a Admin Filterscript Instead of Creating Yours! Search in ****** "Admin Filterscript for SAMP" There are Many !!!! Select any of them..
Reply
#4

1: on player enums add pAdmin;
2:Save it on your saving system;
3:Set yourself some ranks for admin system
4:Create commands only for admins
Admin commands will be set only for admins with this:
Код:
if(PlayerInfo[playerid][pAdmin] < 1) return SendClientMessage(playerid, -1, "This is an admin only command!");
P.S.If you want to make admin system from scratch get ready because you`ll have to script a lot...
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)