SA-MP Forums Archive
[FilterScript] Basic Admin System [Y_Ini & Y_Inline & ZCMD] - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Basic Admin System [Y_Ini & Y_Inline & ZCMD] (/showthread.php?tid=511230)

Pages: 1 2


Basic Admin System [Y_Ini & Y_Inline & ZCMD] - WildWave - 04.05.2014

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:
Код:
#define Apass "changeit"
If you wanna see the online Admins you can type : /Admins
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;
}
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.



Re: Admin System [Y_Ini & Y_Inline & ZCMD] - iRaiDeN - 04.05.2014

Nice!


Re: Admin System [Y_Ini & Y_Inline & ZCMD] - WildWave - 04.05.2014

Quote:
Originally Posted by iRaiDeN
Посмотреть сообщение
Nice!
Thanks


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - Xtreamerz - 04.05.2014

NICE frnd.


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - WildWave - 04.05.2014

Quote:
Originally Posted by iRaiDeN
Посмотреть сообщение
Nice!
Quote:
Originally Posted by Xtreamerz
Посмотреть сообщение
NICE frnd.
Thanks


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - DemME - 04.05.2014

Very simple admin system, I love it =]


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - Stealthshooter - 04.05.2014

Very Simple Admin System Good for newbie


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - VenomMancer - 04.05.2014

make /changename in Game
btw nice works


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - Ke_NiReM - 04.05.2014

Nice


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - WildWave - 05.05.2014

Thanks All


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - Luminar - 05.05.2014

It is an admin system without registering

+rep

EDIT:I can't give rep.I gave too much rep today


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - WildWave - 06.05.2014

Quote:
Originally Posted by Luminar
Посмотреть сообщение
It is an admin system without registering

+rep

EDIT:I can't give rep.I gave too much rep today
Thanks !


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - Mckarlis - 06.05.2014

Pretty nice


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - Akira297 - 06.05.2014

Very nice and simple. I hope you two are planning on extending your administration system.


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - WildWave - 06.05.2014

Quote:
Originally Posted by Akira297
Посмотреть сообщение
Very nice and simple. I hope you two are planning on extending your administration system.
Thanks , i need ideas for V2

Quote:
Originally Posted by Mckarlis
Посмотреть сообщение
Pretty nice
Thanks


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - Mckarlis - 06.05.2014

add more cmds like /stats and stuff


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - WildWave - 06.05.2014

Quote:
Originally Posted by Mckarlis
Посмотреть сообщение
add more cmds like /stats and stuff
Going to work on v2


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - MGMate - 06.05.2014

Nice


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - WildWave - 06.05.2014

Quote:
Originally Posted by MGMate
Посмотреть сообщение
Nice
Thank you !


Re: Basic Admin System [Y_Ini & Y_Inline & ZCMD] - WildWave - 07.05.2014

More comments?