LOGIN REGISTER VIP ADMIN
==============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 !
CMD:*AdminCommandName*(playerid,params[]) { if(PlayerInfo[playerid][pAdmin] > 0 { *CODE HERE* } return 1; }
================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
CMD:*VipCommandName*(playerid,params[]) { if(PlayerInfo[playerid][pVip] > 0 { *CODE HERE* } return 1; }
--> 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 ! :():
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. |
How make a Admin Command? Код:
CMD:*AdminCommandName*(playerid,params[]) { if(PlayerInfo[playerid][pAdmin] > 0 { *CODE HERE* } return 1; } |
CMD:*AdminCommandName*(playerid,params[]) { if(PlayerInfo[playerid][pAdmin] > 0] { *CODE HERE* } return 1; }