[FilterScript] Vip System --> ( + 30 Commands )
#1

Introduction:



--> Hello, this is my Filescript, Vip System !
--> He containts 2 Levels :

Код:
1.Vip Silver;
2.Vip GOLD;
Vip Silver:


Vip Silver --> it's a Vip Level, wich it's more powerfull than normal players :

Код:
/Healme --> Heals Vip Silver player !
/Armour --> Refill Vip Silver's armour !
/Ham --> Refill Vip Silver's health/armour !
/Godmode --> Activate GodMode System ( Have infinity health )
/StopGodmode --> Deactivate GodMode System ( Have 100 health )
/CC --> Clears the chat !
/W --> Spawns a weapon pack !
/Spawnme --> Spawns that player !
/Jetpack --> Spawns a jetpack !
/VColor --> Select your color name !
/VShop --> Buy something from Vip Shop !
/Vips --> See online Vips !
/Credits --> See VIP System credits !
/VSay --> Speak in Vip Chat !
/VipStats --> See your Vip Level/Stats !
/Spawnme --> Spawns specific player !
/Vjet --> Fly with jetpack !

TOTAL COMMANDS: 19 ;
CURRENT VERSION : v1.0 ;
Vip GOLD:


Vip GOLD --> it's a Vip Level, wich it's more powerfull than normal players and Vip Silver:

Код:
*NOTE: Vip GOLD have imunity at VIP SILVER COMMANDS and he can too use VIP SILVER'S commands !

/VKick --> Kicks a player !
/CC --> Clears the chat !
/IM --> Go and fly like SuperMan !
/SW --> Sets your weather !
/VCG --> Sets infinity health at a car !
/VSay --> Speak in Vip Chat !
/Goto --> Go to specific player !
/Skin --> Sets your skin to specific skin ID !
/MaxAmmo --> Have infinity ammo at guns !
/CarColor --> Change your car's color !
/Fix --> Fix your vehicle !
/PM --> Send a privat PM to someone !

TOTAL COMMANDS: 11 ;
CURRENT VERSION : v1.0 ;
RCON:


Код:
/SetDonor
/SetVip

SYNTAX : /SetDonor [ID] <Level 1/2>
Screens:
































Last Words:



--> Hope you like it !
--> Cheers !



Download:



Click !


How create commands?


pawn Код:
CMD:healme(playerid,params[])
{
    if (Vip[playerid] >= // Level Here)
    {
     // Your code here
    }
    return 1;
}
Reply
#2

That commands though, if you are VIP level 1 you can spawn a jetpack, put on godmode, spawn yourself weapons and kill everyone.This is not going to work for TDM, DM, Roleplay or C&R servers.Wait, what server mode can you use this in?

Btw why would VIP's want to clear the chat? lol

Anyways nice work.
Reply
#3

Quote:
Originally Posted by Zues
Посмотреть сообщение
That commands though, if you are VIP level 1 you can spawn a jetpack, put on godmode, spawn yourself weapons and kill everyone.This is not going to work for TDM, DM, Roleplay or C&R servers.Wait, what server mode can you use this in?

Btw why would VIP's want to clear the chat? lol

Anyways nice work.
Word..
Reply
#4

nice work
Reply
#5

Quote:
Originally Posted by HY
Посмотреть сообщение
Introduction:



--> Hello, this is my Filescript, Vip System !
--> He containts 2 Levels :

Код:
1.Vip Silver;
2.Vip GOLD;
Vip Silver:


Vip Silver --> it's a Vip Level, wich it's more powerfull than normal players :

Код:
/Healme --> Heals Vip Silver player !
/Armour --> Refill Vip Silver's armour !
/Ham --> Refill Vip Silver's health/armour !
/Godmode --> Activate GodMode System ( Have infinity health )
/StopGodmode --> Deactivate GodMode System ( Have 100 health )
/CC --> Clears the chat !
/W --> Spawns a weapon pack !
/Spawnme --> Spawns that player !
/Jetpack --> Spawns a jetpack !
/VColor --> Select your color name !
/VShop --> Buy something from Vip Shop !
/Vips --> See online Vips !
/Credits --> See VIP System credits !
/VSay --> Speak in Vip Chat !
/VipStats --> See your Vip Level/Stats !
/Spawnme --> Spawns specific player !
/Vjet --> Fly with jetpack !

TOTAL COMMANDS: 19 ;
CURRENT VERSION : v1.0 ;
Vip GOLD:


Vip GOLD --> it's a Vip Level, wich it's more powerfull than normal players and Vip Silver:

Код:
*NOTE: Vip GOLD have imunity at VIP SILVER COMMANDS and he can too use VIP SILVER'S commands !

/VKick --> Kicks a player !
/CC --> Clears the chat !
/IM --> Go and fly like SuperMan !
/SW --> Sets your weather !
/VCG --> Sets infinity health at a car !
/VSay --> Speak in Vip Chat !
/Goto --> Go to specific player !
/Skin --> Sets your skin to specific skin ID !
/MaxAmmo --> Have infinity ammo at guns !
/CarColor --> Change your car's color !
/Fix --> Fix your vehicle !
/PM --> Send a privat PM to someone !

TOTAL COMMANDS: 11 ;
CURRENT VERSION : v1.0 ;
RCON:


Код:
/SetDonor
/SetVip

SYNTAX : /SetDonor [ID] <Level 1/2>
Screens:
































Last Words:



--> Hope you like it !
--> Cheers !



Download:



Click !


How create commands?


pawn Код:
CMD:healme(playerid,params[])
{
    if (Vip[playerid] >= // Level Here)
    {
     // Your code here
    }
    return 1;
}
Quote:
Originally Posted by Zues
Посмотреть сообщение
That commands though, if you are VIP level 1 you can spawn a jetpack, put on godmode, spawn yourself weapons and kill everyone.This is not going to work for TDM, DM, Roleplay or C&R servers.Wait, what server mode can you use this in?

Btw why would VIP's want to clear the chat? lol

Anyways nice work.
This.
You could use some changes in the script, Tho, Downloading this script and using it in your server means you have a good understand of PAWN (atleast the basics) meaning, You will change it to fit your server.
I guess this is more like for lazy-people-who-don't-wanna-script something from scratch.
Reply
#6

Quote:
Originally Posted by Zues
Посмотреть сообщение
That commands though, if you are VIP level 1 you can spawn a jetpack, put on godmode, spawn yourself weapons and kill everyone.This is not going to work for TDM, DM, Roleplay or C&R servers.Wait, what server mode can you use this in?

Btw why would VIP's want to clear the chat? lol

Anyways nice work.
Quote:
Originally Posted by KingServerIRAN
Посмотреть сообщение
nice work
Quote:
Originally Posted by hossa
Посмотреть сообщение
This.
You could use some changes in the script, Tho, Downloading this script and using it in your server means you have a good understand of PAWN (atleast the basics) meaning, You will change it to fit your server.
I guess this is more like for lazy-people-who-don't-wanna-script something from scratch.
Thanks !
Reply
#7

Good job. Keep it up, you'll get better.
Reply
#8

not best
Reply
#9

Quote:
Originally Posted by DeXXter00
Посмотреть сообщение
not best
It's 2018... bumping it after 4 years )))
I wonder what could have happened to the Author....
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)