26.10.2013, 23:10
Hello, SA:MP community! I have run into a bit of trouble and I've tried searching it up, but I have found absolutely nothing helpful for the situation I am in. I have tried to dig through gamemodes, finding an answer but haven't found one.
After recently starting my new script, I have made it a goal to create an admin system. After creating several ranks I want to obviously make a command to rank someone to a certain admin level.
Something like such:
If someone could come up with a bit of a 'help script' so to speak that I could leech off of and make into my own, creating a command like that and making one of the options set their adminlevel to:
Just so I can get an idea of how it works, and continue on with my script, I would be most greatful!
Thank you
-Jason
After recently starting my new script, I have made it a goal to create an admin system. After creating several ranks I want to obviously make a command to rank someone to a certain admin level.
Something like such:
Код:
/makeadmin [playerid] [adminlevel]
Код:
Staff[playerid] = 1;
Thank you
-Jason