SA-MP Forums Archive
[FilterScript] Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - 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] Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! (/showthread.php?tid=400152)



Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Devilxz97 - 17.12.2012

hey guys, im going to released my first admin system fs ^^
im just started making this admin system yesterday and now im going to released it ! yaw


pawn Code:
/*********************************< INCLUDES >*********************************/
#include a_samp
#include zcmd
#include sscanf2
#include foreach
#include YSI\y_ini
/******************************************************************************/
that is the include that im using in this admin script ^^

This is the PlayerInfo ^^

pawn Code:
/********************************< PLAYERINFO >********************************/
enum pInfo
{
    pPass,
    pAdmin,
    pVIP,
    pWanted,
    pKills,
    pDeaths,
    pJailed,
    pMuted,
    pCash,
    pScore,
    pBanned
}
new PlayerInfo[MAX_PLAYERS][pInfo];
/******************************************************************************/
This admin system have 5 level!

Player Commands:
pawn Code:
SendClientMessage(playerid, lightgreen, "* {B4B5B7}/admins /vips /report /stats");
VIP Commands:
pawn Code:
SendClientMessage(playerid, grey, "/vsay /vskin /varmour /vheal /vgod");
Admin Commands:
pawn Code:
public Acmdlvl1(playerid)
{
    SendClientMessage(playerid, lightred,"#Adminstrator Level 1 Commands");
    SendClientMessage(playerid, grey, "/asay /announce /warn /mute /unmute");
    SendClientMessage(playerid, grey, "/duty /goto /jetpack /cleardeathwindow");
    SendClientMessage(playerid, grey, "/spec /specoff");
    return 1;
}

public Acmdlvl2(playerid)
{
    SendClientMessage(playerid, lightred,"#Adminstrator Level 2 Commands");
    SendClientMessage(playerid, grey, "/kick /getplayer /freeze /unfreeze");
    SendClientMessage(playerid, grey, "/settime /setweather /sethealth /setarmour");
    SendClientMessage(playerid, grey, "/slap /clearchat /god");
    return 1;
}

public Acmdlvl3(playerid)
{
    SendClientMessage(playerid, lightred,"#Adminstrator Level 3 Commands");
    SendClientMessage(playerid, grey, "/explode /noweaps /healall /armourall");
    SendClientMessage(playerid, grey, "/ban /givejetpack /vslap /checkweaps");
    return 1;
}

public Acmdlvl4(playerid)
{
    SendClientMessage(playerid, lightred,"#Adminstrator Level 4 Commands");
    SendClientMessage(playerid, grey, "/rban /getip /respawn /setwanted /setworld");
    return 1;
}

public Acmdlvl5(playerid)
{
    SendClientMessage(playerid, lightred,"#Adminstrator Level 5 Commands");
    SendClientMessage(playerid, grey, "/setadmin /setvip /giveallcash /kickall /banall");
    return 1;
}
How to make yourself to be an ADMIN ?
# Scriptfile/DevilAdminSystem/Account
# the open your account and edit the pAdmin = 0 to 5

# example.
pawn Code:
[data]
Password = 139395676
Admin = 0 //change this .
VIP = 0
Wanted = 0
Kills = 0
Deaths = 0
Colour = 0
Jailed = 0
Muted = 0
Cash = 30000
Score = 0
Banned = 0
Credits:
#Samp wiki.
#Tee for the Spectating system.
#Luxorius for the save logs ^^
#myself for making this admin system ^^.

INFORMATION!
use this "!" for an Admin Private chat
and this "@" for VIP Private chat!

Download Link; http://www.mediafire.com/?bu8722gvcdkcx54

Bugs Report; not yet!

###this is my first admins system so if there's any mistake's tell me



Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Strier - 17.12.2012

Seems good, gonna test it out right now.


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Excel™ - 17.12.2012

Nice release...

Good for beggnirs But its a copy of an admin System of RAdmin......

Please give credits after seeking premission from the real auther


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Devilxz97 - 17.12.2012

Quote:
Originally Posted by Strier
View Post
Seems good, gonna test it out right now.
thanks any bugs or suggestion , tell me


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Excel™ - 17.12.2012

Bad release


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Sting. - 17.12.2012

Yes this script is simple but good for beginners and you should really give credits to the real author who created it. Besides that, awesome release.


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Devilxz97 - 17.12.2012

RADMIN O.O ? omg for the rest of my life i didnt copy RADMIN script dude.
btw thanks.
EDIT: What is radmin O.O ? i didnt see it b4 lemme check!


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Schocc - 17.12.2012

nice script^^


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Devilxz97 - 17.12.2012

Quote:
Originally Posted by Schocc
View Post
nice script^^
thanks.


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Devilxz97 - 17.12.2012

Quote:
Originally Posted by Excel™
View Post
Nice release...

Good for beggnirs But its a copy of an admin System of RAdmin......

Please give credits after seeking premission from the real auther
for ur information , my admin system is not a copy one !
thanks for ur comment why not check's my script ?


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Crazyboobs - 17.12.2012

Not much features but its nice


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Devilxz97 - 18.12.2012

#remove!


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Devilxz97 - 18.12.2012

Quote:
Originally Posted by Crazyboobs
Посмотреть сообщение
Not much features but its nice
thanks , more features in the next version ^^


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Steve Habbz - 18.12.2012

Aq nak wat Devil Admin v2.0 leh tak?


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Devilxz97 - 18.12.2012

NO! make ur own !


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Gamer_007 - 18.12.2012

Nice xD


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Rayansh - 18.12.2012

Seems good btw how to check vip or admin cmds?


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Devilxz97 - 18.12.2012

Quote:
Originally Posted by Gamer_007
Посмотреть сообщение
Nice xD
thanks

Quote:
Originally Posted by Rayansh
Посмотреть сообщение
Seems good btw how to check vip or admin cmds?
/vcmds to see the vip cmd
/level [1-5] to see the admins cmd


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - [E]ViL [D]RaGoN™ - 18.12.2012

Great Work, Awesome FS
+Rep


Re: Devil-Admin System V1.0 + VIP system! 40 ADMIN CMD + 5 VIP CMD + 4 Player CMD! - Devilxz97 - 18.12.2012

Quote:
Originally Posted by [E]ViL [D]RaGoN™
Посмотреть сообщение
Great Work, Awesome FS
+Rep
thanks.