[FilterScript] System of administration cAdmin [Y_ini/sscanf2/zcmd]
#1

System of administration cAdmin

hi guys well today I want to bring my system administration.

Information
pawn Код:
/*
[!]==========================================================================[!]
[!]                            cAdmin                                        [!]
[!]                   System of administration                               [!]
[!]                    Create By:Cesar_******                                [!]
[!]                         Version: 0.6                                     [!]
[!]               thanks to: ******, Zeex and Sa-mp Team                     [!]
[!]==========================================================================[!]
*/

1 - administration has 5 levels and 3 vip.

2 - has rank system for administrators.

3 - anti-Spam text.

4 - configurations

pawn Код:
#define USE_SCORE // Enables punctuation.
#define SHOW_SPAWN // shows who spawned.
#define SHOW_DISCONNECT // shows the reason for withdrawing.
#define USE_GIVE_AND_TAKE // uses the callback OnPlayerTakeDamage  and OnPlayerGiveDamage.
#define SHOW_ADMINS // shows the server administrator
#define SHOW_INFO_SERVER // shows server information
#define USE_ERROR_CMD // command displays the wrong

5 - Admin command

Operator

/lcar /lbike /lboat /lheli /lhydra
/armour /health /minigun /mesage /savepos
/gotopos /saveskin /useskin /deleteskin /fix

Moderator

/goto /vgoto /vget /notice /notice2
/mute /unmute /deletechat /burn /jetpack
/spawn /disarm /setskin /warn

Administrator

/get /kick /akill /sethp /setarmour /setcash
/setinterior /setscore /setworld /explode /jail
/freeze /unfreeze /disarmall /healall /unjail

Co-owner

/ban /god /godcar /killall /freezeall
/unfreezeall /muteall /unmuteall
/explodeall /armourall /setallcash

Owner

/setadmin
/setvip
/banall
/kickall
/healarmourall

6 - vip command

Silver

/lcar /lbike /lboat /lheli /fix
/armour /health /gotopos /savepos

Gold

/saveskin /deleteskin /useskin /notice

Diamond

/goto /vgoto

7- Admin Rank.

1 - Operator

2 - Moderator

3 - Administrator

4 - Co-Owner

5 - Game-Master

8- Download


download
download
download

Create By:

PD: sorry for my bad English, Please report errors for PM
Reply
#2

Nice!
Reply
#3

lol nice +rep xd
Reply
#4

Very nice.
Reply
#5

pawn Код:
CMD:banall(playerid,params[])
{
        if( PlayerInfo[playerid][cAdmin] >= IS_OWNER )
        {
        MessageAdminUseCommad( playerid , "banall" );
        foreach(new i:Player) {
        PlayerReason( i, 1, "Ban all players");
        SendClientMessageEx( i, COLOR_BLUE, ""GM" %s %s  ban all players to the server", AdminRank(playerid), Name(playerid) );}
        } else return SendClientMessage(playerid, COLOR_RED , ""GM" you are not an administrator with sufficient level to use this command");
        return 1;
}
^ lol.
Good game bruh.
Reply
#6

Nice one cesar.Rep+
Reply
#7

Quote:
Originally Posted by Ryan_Bowe
Посмотреть сообщение
Nice!
Quote:
Originally Posted by pinpon
Посмотреть сообщение
lol nice +rep xd
Quote:
Originally Posted by rangerxxll
Посмотреть сообщение
Very nice.
Quote:
Originally Posted by Gamer_007
Посмотреть сообщение
Nice one cesar.Rep+
thanks guys.
Reply
#8

nice work
Reply
#9

Uhhm.. How to make myself admin xD
Reply
#10

Sorry for double-posting but how can I make myself admin with this FS ?
Reply


Forum Jump:


Users browsing this thread: 5 Guest(s)