SA-MP Forums Archive
[FilterScript] System of administration cAdmin [Y_ini/sscanf2/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] System of administration cAdmin [Y_ini/sscanf2/zcmd] (/showthread.php?tid=423938)



System of administration cAdmin [Y_ini/sscanf2/zcmd] - Parka - 20.03.2013

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


Re: System of administration cAdmin [Y_ini/sscanf2/zcmd] - Ryan_Bowe - 20.03.2013

Nice!


Respuesta: System of administration cAdmin [Y_ini/sscanf2/zcmd] - pinpon - 20.03.2013

lol nice +rep xd


Re: System of administration cAdmin [Y_ini/sscanf2/zcmd] - rangerxxll - 20.03.2013

Very nice.


Re : System of administration cAdmin [Y_ini/sscanf2/zcmd] - thegreathom - 20.03.2013

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.


Re: System of administration cAdmin [Y_ini/sscanf2/zcmd] - Gamer_007 - 20.03.2013

Nice one cesar.Rep+


Respuesta: Re: System of administration cAdmin [Y_ini/sscanf2/zcmd] - Parka - 20.03.2013

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.


Re: System of administration cAdmin [Y_ini/sscanf2/zcmd] - MehranGta - 20.03.2013

nice work


Re: System of administration cAdmin [Y_ini/sscanf2/zcmd] - Sweez - 24.03.2013

Uhhm.. How to make myself admin xD


Re: System of administration cAdmin [Y_ini/sscanf2/zcmd] - Sweez - 12.04.2013

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