[FilterScript] H_System | Login | Register | VIP | Admin | --> Systems !
#1

Introduction:

--> Hello, I made a System wich containts Systems:
Код:
LOGIN
REGISTER
VIP
ADMIN
--> I worked 2 days at this Filescript !
*NOTE: It's first Admin System, don't be bad with me ! If you don't like, leave the thread !

Bugs:

--> I didn't find bugs !
--> *NOTE: If you find, tell me, and I will solve them !

Presentation:

...First...

Register:














Login:










Some Admin Commands:



















Admin Commands :


Код:
==============ADMIN COMMANDS==================

/CC --> Clears chat !
/Spme --> Spawns specified player !
/God --> Have infinity life, everytime, everywhere !
/AC --> Show Admin Commands List !
/W --> Get a Weapon Pack !
/Kick --> Kicks specified a player !
/Warn --> Give a warn to specified player !
/Slap --> Slap specified player !
/Explode --> Explode specified player !
/Eject --> Eject someone from your Vehicle !


TOTAL ADMIN COMMANDS : 10 (No more ideas)
*NOTE: Thanks to Luxurion for his LuxAdmin because I have in my filescript some commands from his Admin System !
How make a Admin Command?

Код:
CMD:*AdminCommandName*(playerid,params[])
{
    if(PlayerInfo[playerid][pAdmin] > 0
    {    
        *CODE HERE*
    }
    return 1;
}
VIP Commands :

Код:
================VIP Commands==================

/Vips --> Show all online Vips !
/Vs --> Spawns player who type /Vs !
/MyTime --> Change player's time !
/MyWeather --> Change player's weather !
/MyVWorld --> Change player's Virtual World !
/VGoto --> Teleports to specified player (Command for ADMIN/VIPS)
/CarColor --> Change Car Color !
/VW --> Spawns an Weapon Pack !
/GodMode --> Have infinity life !
/VGodCar --> Have infinity car's life !
/V --> Speak in ** Vip Chat **
/VC --> Show all Vip Commands !
/Kill --> Kill player who type /kill !
/VEject --> Eject specified player from your vehicle !

TOTAL VIP COMMANDS : 13 !
*NOTE: Thanks to Rock, for his incredible "Rock's Vip System" because I have in my filescript some command made by him ! So thanks again Rock for your Commands ! :D
How make a VIP Command :

Код:
CMD:*VipCommandName*(playerid,params[])
{
    if(PlayerInfo[playerid][pVip] > 0
    {
        *CODE HERE*
    }
    return 1;
}
Download:

Click me !


Install:

Код:
--> Download pack !
--> Unrar pack !
--> Put H_System .amx/.pwn in your "filescripts" folder !
--> Go in server.cfg and at "filescript line put "H_System" (if you didn't changed him)
--> Exit and save !
--> Open server !
--> Enjoy !

--> Hope you like it ! :():
Reply
#2

Nice Filterscript
Reply
#3

Dialogs are well decorated.
But this belongs to R.I.P English section (I hope we had one).
Is it your first FS? if, then Nice.
Other than that, very few cmds.
Reply
#4

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

Quote:
Originally Posted by PMH
Посмотреть сообщение
Dialogs are well decorated.
But this belongs to R.I.P English section (I hope we had one).
Is it your first FS? if, then Nice.
Other than that, very few cmds.
Thanks ! And this is my filescript ! I said, some commands from Rock's Vip System and LuxAdmin ! Search every you want, you will don't see this filescript !
Reply
#5

Quote:
How make a Admin Command?

Код:
CMD:*AdminCommandName*(playerid,params[])
{
    if(PlayerInfo[playerid][pAdmin] > 0
    {    
        *CODE HERE*
    }
    return 1;
}
It Shloud Be Like This

Код:
CMD:*AdminCommandName*(playerid,params[])
{
    if(PlayerInfo[playerid][pAdmin] > 0]
    {    
        *CODE HERE*
    }
    return 1;
}
Reply
#6

Nice filterscripts
Reply
#7

I'm sorry but if you're going to released something in English make sure its actually correct.
Reply
#8

whats meaning but the code what code
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)