11.03.2011, 18:41
Rock's Vip System
Scripted by Rock
Informations :This script is created for server who want's a good vip system .
I was searching for a vip system for my server and didn't find and i decided to create one .
Commands :
- /setvip - Only Rcon Admins , set a player vip.
- /getvip - Only Rcon Admin , takes a player vip
- /vipgoto - Teleport a player to other player
- /maxammo - Give infinite ammo to all weapons
- /spawnme - Spawn player
- /vcmds - Show all vip commands
- /vips - Show all vips that are online
- /vclub - Vip Club
- /vcar - Vip Car (id 409 )
Download :
Solidfiles.Com
MediaFire.Com
Problems/Bugs and others :
If any erros appear post here and i will help you.
If you want to add more commands just use this
Код:
CMD:cmdname( playerid , params[ ] ) { if(PlayerVip[ playerid ] == 1 ) { //code return 1 ; } else return SendClientMessage( playerid , red , " ERROR: You are not a V.I.P. Member. " ) ; }