04.05.2014, 15:23
Introduction
Okey umm hey guys , Today i worked on Admin System.
This is normal Admin System , not alot of commands but Basic
First Script here
, Sorry for my bad english in the pastebin and on the post 
Information
Worked on that mybe 30 min, Simple , Nicely, Good .
You have to be Rcon Admin to set your level with the command /SetAdmin.
If you admin , you have to login the the Admin System with the command /Alog.
You can change the Admin Password:
If you wanna see the online Admins you can type : /Admins
You can change the admin rank:
Commands
/SetAdmin - Rcon Admin.
/Alog - To login to the System.
/Kick - Kick Someone
/Ban - Ban Someone
/UnBan - Unban Someone
/SetHP - Edit someone Health
/SetAr - Edit someone Armour.
/GiveWeapon - Give to someone weapon.
/ResetWeapon - Reset someone weapon.
/Say - Admin Talk.
/Report - To Players who want to report.
/GMX - To reset the server.
/Get - To teleport someone to you.
/Goto - To teleport to someone.
/Admins - To see the online Admins.
Downloads
PasteBin : http://pastebin.com/2C1L2zvd
Credits
Scripted : WildWave
Helper : iRaideN
Bugs
If you found any bugs tell me and ill fix it
Have fun.
Okey umm hey guys , Today i worked on Admin System.
This is normal Admin System , not alot of commands but Basic

First Script here


Information
Worked on that mybe 30 min, Simple , Nicely, Good .
You have to be Rcon Admin to set your level with the command /SetAdmin.
If you admin , you have to login the the Admin System with the command /Alog.
You can change the Admin Password:
Код:
#define Apass "changeit"
You can change the admin rank:
Код:
stock AdminsLevelS(playerid) { new GetAdminLevel[50]; new lvl = PlayerInfo[playerid][pAdmin]; switch(lvl) { case 1: GetAdminLevel = "Trail Admin"; case 2: GetAdminLevel = "Normal Admin"; case 3: GetAdminLevel = "Super Admin"; case 4: GetAdminLevel = "Server Manager"; case 5: GetAdminLevel = "Server Admin"; } return GetAdminLevel; }
/SetAdmin - Rcon Admin.
/Alog - To login to the System.
/Kick - Kick Someone
/Ban - Ban Someone
/UnBan - Unban Someone
/SetHP - Edit someone Health
/SetAr - Edit someone Armour.
/GiveWeapon - Give to someone weapon.
/ResetWeapon - Reset someone weapon.
/Say - Admin Talk.
/Report - To Players who want to report.
/GMX - To reset the server.
/Get - To teleport someone to you.
/Goto - To teleport to someone.
/Admins - To see the online Admins.
Downloads
PasteBin : http://pastebin.com/2C1L2zvd
Credits
Scripted : WildWave
Helper : iRaideN
Bugs
If you found any bugs tell me and ill fix it

Have fun.