SA-MP Forums Archive
[FilterScript] [0.3e]Jarnu's Vip System [ jVIP] [SII | ZCMD | 15+ commands] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] [0.3e]Jarnu's Vip System [ jVIP] [SII | ZCMD | 15+ commands] (/showthread.php?tid=379108)



[0.3e]Jarnu's Vip System [ jVIP] [Y_INI | ZCMD | 15+ commands] - Jarnu - 20.09.2012

Introduction

Hello there guys today i am releasing my first FilterScript which is a VIP system.
VIP system is another important part of a server with admin system so i decided to release my VIP system with great features mentioned below.


Updates
Code:
Version 0.2 is OUT!

ChangeLog V0.2 [21/9/2012]

-3 more commands
-/vweaps - VIP weapons Level 2
-/vboat - VIP Boat Level 2
-/vsay - Talking with VIP status.. ex: VIP Jarnu (0): hello! :D
-Anti-Vehicle spam Fixed.
-V 0.3 will be out soon

ChangeLog V0.3 [24/9/2012]

-Converted saving system to Y_INI
Features

  • Current version: V0.1
  • Saving system SII
    Code:
    Level=3
    Rank=Donator Level 3
  • New Y_INI saving system. Faster than SII
    Code:
    [Account]
    Level = 3
    Rank = Donator Level 3
  • ZCMD Processor for commands
  • over 15 VIP commands
  • Vip menu included with commands to make the use more easier
  • Saves VIP level + VIP Rank OnDisconnect
  • Automatic account creating OnPlayerConnect
  • 3 VIP Levels
  • /setvip command for RCON admins (You can edit for your script ^^)
  • More features will be there in V0.2
  • Car deleter to avoid spam in server
  • Prints following when player connect
    Code:
    [21:27:23] [join] Jarnu_Scc has joined the server
    [21:27:23] 
    ----------------------------------------------------------
    [21:27:23] _____[Jarnu_Scc] Very Important Player Connected_____
    [21:27:23] ------------------------------------------------------------


Commands Information

-Can be viewed by using /vcmds in-game.
Picture of that ^^




VIP Menu

-Contains the command in form of dialog
Picture of that too ^^


Bugs

No bugs found yet
if you find any bug please report here

Credits:

[B]-Jarnu - for the whole filterscript
-Y_Less - sscanf and Y_INI
-Zeex - ZCMD.

Download:

Version 0.1 Version 0.2Version 0.3 Enjoy the Update and report bugs


Re: [0.3e]Jarnu's Vip System [ jVIP] [SII | ZCMD | 15+ commands] - [MK]Man_Deep - 20.09.2012

First Poster

Nice and tnx


Re: [0.3e]Jarnu's Vip System [ jVIP] [SII | ZCMD | 15+ commands] - Jarnu - 20.09.2012

Thanks


Re: [0.3e]Jarnu's Vip System [ jVIP] [SII | ZCMD | 15+ commands] - Kaperstone - 20.09.2012

Quote:

Very Important Player

VIP = Very Important Person


Re: [0.3e]Jarnu's Vip System [ jVIP] [SII | ZCMD | 15+ commands] - denNorske - 20.09.2012

Very clean, and a very good VIP script! Keep updating it, and make new features! :P

~airplanesimen

And VIP is in my opinion to SA-MP Very Important Player..


Re: [0.3e]Jarnu's Vip System [ jVIP] [SII | ZCMD | 15+ commands] - Jarnu - 20.09.2012

In-game = Player ehm.. ? .. wouldn't it be better.. ? or i'll change if you want ^^


Re: [0.3e]Jarnu's Vip System [ jVIP] [SII | ZCMD | 15+ commands] - Kaperstone - 20.09.2012

Quote:
Originally Posted by Jarnu
View Post
In-game = Player ehm.. ? .. wouldn't it be better.. ? or i'll change if you want ^^
Do whatever you want,i just fixed you in case you dunno the real meaning of it.
Btw SII is slow,go with y_ini,a lot faster.


Re: [0.3e]Jarnu's Vip System [ jVIP] [SII | ZCMD | 15+ commands] - Jarnu - 20.09.2012

Next time i will use Y_INI .. ^^

Thank you ;d


Re: [0.3e]Jarnu's Vip System [ jVIP] [SII | ZCMD | 15+ commands] - shaniyal - 20.09.2012

Nice Work! i will use it


Re: [0.3e]Jarnu's Vip System [ jVIP] [SII | ZCMD | 15+ commands] - Glint - 21.09.2012

Quote:
Originally Posted by xkirill
View Post
Do whatever you want,i just fixed you in case you dunno the real meaning of it.
Btw SII is slow,go with y_ini,a lot faster.
Yes true SII is slow but why does he have to download a whole library for just saving one variable using y_ini.

I personally think the other way.