[FilterScript] V.I.P System 3 Levels: SQLite, ZCMD, SScanf!
#1

xxSPEEDYxx's V.I.P System - 3 Levels v3.0 - MySQL Version - Updated
Introductions:
- I start to work at this filterscript a few weeks ago, and I decided to post it now!
- This filterscript are based on ZCMD, SScanf and SQLite.
- This V.I.P system is with 3 levels...there can be set with /setvip command, and the command can be accesed only by RCON Administrator.
- The V.I.P System has a function that you type a V.I.P command, command what you typed has send to all V.I.P's Online...
- A function i add to this system ar that: SendLevel( playerid, level ); - This function eases your work when you scripting new V.I.P commands


Informations v1.1:
- I translated the romanian expresions in english( Sorry, for old version were was the maches and some words in romanian ).
- I fixed a bug on /vips now will be showed all V.I.P's online!
- Fixed another bug on DELETE( Query ) your V.I.P accound! Now when an admin type /setvip [playerid] 0 playerid's account will be deleted!
- Fixed a bug on /stophold the messages will not be send elsewhere.
- A bug fixed on /vkick i added params[ 0 ] and params[ 1 ] and now the command will work fine.

- This is the bugs what have been fixed on this version. If you see a bug please report him!


Commands:

Other Commands:
/vips -> with this command you see that V.I.P are online...and they has order by V.I.P level
Use ! in front of your text to speak on V.I.Ps Chat!


V.I.P commands level 1:
/mytime -> With this command you set your time!
/myweather -> With this command you set your weather!
/myvw ->This command are used to set your virtual world!
/mycolor -> With this command you set your color!
/vspec -> Spectate a player!
/vspecoff -> Stop spectate a player!
/spawnme -> With this command you will be respawmed!
/vcmds -> V.I.P commands!( Alls )
/ltc[1-13] -> With this command you give a tuned car!
/viphouse -> With this command you teleport to V.I.Ps House ( jizzy club )
/vspa -> V.I.Ps Special Actions( holds + jetpack )
/stophold -> Stop holding a object!


V.I.P commands level 2:
/vsaveskin -> Save your skin and load it one next time you connect the server!
/dontuseskin -> Stop to use skin that you saved!
/vweapons -> Weapons for V.I.Ps
/vipgoto -> Teleport to a player!
/vasay -> A message to all players!
/vipgod -> Infinte health!


V.I.P commands: level 3:
/vkick -> Kick a player!
/vget -> Teleport a player to your location!
/rw -> Runing Weapons Set!
/MaxAmmo -> Add max ammo to all weapons what you own
/vannounce -> Announce for all players


Photos:
- In this photo are V.I.P Commands
- In this photo are V.I.Ps Online!
- V.I.P's Special Actions!
- This photo are when player connect...it displays players level!
- V.I.P Chat:
Credits:
( Me )Edvin aka: xxSPEEDYxx - For this script!
****** - For his awesome SScanf!
****** - For foreach include.
ZeeX - For his Fast and Simple Command Processor!
Zh3r0 - For the /vspa holds i take that holds from The Eclipse and for variable P_DATA!
[L3th4l] - For /vspec and for /ltc[1-13] i take it from LAdmin!
Ryder_RO and vampir_MD for testing the FilterSript on Host.


Sugestions || Bugs:
If you have sugestion or you saw a bug please report it here!

------------------------- These downloads aren't recomaned (outdated) -------------------------
Download v1:
http://pastebin.com/Lg76W9cA

Download v1.1( Recomanded - For 0.3c servers. ):
http://pastebin.com/HFeXi7RK - PasteBin
http://www.2shared.com/file/wif2OR35/VIP_System.html - AMX, PWN, Include, Plugins

Download v1.1
http://www.2shared.com/file/qnm5ZCLm/VIP_System.html - AMX, PWN, Incudes, Plugins - All For 0.3d SA-MP Version

Download v1.2( Recomanded - For 0.3d servers. ):
http://pastebin.com/VnUjxMRZ
I have recompiled the filterscript, added foreach and update some database codes. ^^

Download v1.3 - Re-Compiled/Re-Written some codes:
http://pastebin.com/8L3yNyCB - Source code.
http://www.2shared.com/file/aHRZM1lz/VIPv13.html - All files: plugins, AMX + PWN, includes.

----------------------------- V3.0 - MySQL Version (recomanded) -----------------------------
Pastebin
Plugins/Includes/Source Code

Changelog v3.0:
Code:
- switched to MySQL R8 (revision 20)
- includes updated.
- some new features (you'll find they)
- code clen-up.
And finally i've added VipCheck function, to easy check the player's vip level.

An exemple command for "VipCheck" function:
pawn Code:
CMD:time( playerid, params[ ] )
{
    new
         v_Level = 1
    ;
    VipCheck( playerid, v_Level );
    /*
        You can enter values between 1 and 3 in place of "v_Level".
        1 = If Player has vip level 1 | 2 = if player has vip level 2 | 3 = if player has vip level 3
    */

    return SetPlayerTime( playerid, params[ 0 ], params[ 1 ] );
}
Reply


Messages In This Thread
V.I.P System 3 Levels: MySQL, ZCMD, foreach, sscanf! v3.0 - Code re-written - by Edvin - 03.08.2011, 08:47
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Edvin - 03.08.2011, 08:52
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by iMonk3y - 03.08.2011, 08:54
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Kaperstone - 03.08.2011, 11:15
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Edvin - 03.08.2011, 11:21
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by !!--Ryder_RO--!! - 03.08.2011, 11:26
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Kaperstone - 03.08.2011, 11:40
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by vampirmd - 03.08.2011, 13:25
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Edvin - 03.08.2011, 15:57
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Naruto_Emilio - 03.08.2011, 17:41
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by [M.A]Angel[M.A] - 03.08.2011, 22:33
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by ⒹⒾⓇⒺⒸⓉⓄⓇ - 03.08.2011, 22:48
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by [M.A]Angel[M.A] - 03.08.2011, 22:50
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Edvin - 03.08.2011, 23:21
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by iMonk3y - 04.08.2011, 07:34
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Edvin - 04.08.2011, 08:20
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by [M.A]Angel[M.A] - 04.08.2011, 14:50
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Jafet_Macario - 04.08.2011, 15:55
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Davz*|*Criss - 04.08.2011, 18:27
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Edvin - 20.09.2011, 14:50
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by SpiderWalk - 20.09.2011, 15:00
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by dreami2504 - 20.09.2011, 17:31
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Vai_Besta - 20.09.2011, 17:35
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by IstuntmanI - 20.09.2011, 19:06
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by aRoach - 22.09.2011, 12:06
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by BigAl - 23.09.2011, 15:24
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by [IZ]Kira - 23.09.2011, 15:27
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Edvin - 23.09.2011, 16:46
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by [M.A]Angel[M.A] - 23.09.2011, 17:19
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Salsa - 28.09.2011, 15:37
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Edvin - 29.09.2011, 18:21
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by GTA-Roleplay - 30.09.2011, 08:27
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Shehroz Assad - 01.10.2011, 05:22
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by manchestera - 20.11.2011, 19:35
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Edvin - 18.05.2013, 15:12
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Stgnature - 16.07.2013, 02:40
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Slotomic - 30.10.2013, 20:54
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Slotomic - 30.10.2013, 22:39
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by PrinXe - 23.11.2013, 21:02
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by manoc - 24.11.2013, 01:44
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Gen3i - 24.11.2013, 02:43
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by Wayland - 24.11.2013, 03:19
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by michaelcosyns - 27.11.2013, 13:14
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by moroccoghoost - 27.11.2013, 19:04
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by DaTa[X] - 12.10.2014, 22:58
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by mrkingz - 30.10.2015, 13:37
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by SecretBoss - 30.10.2015, 14:06
Re: V.I.P System 3 Levels: SQLite, ZCMD, SScanf! - by UberEverywhere - 22.12.2016, 13:41

Forum Jump:


Users browsing this thread: 1 Guest(s)