[FilterScript] Simple VIP system on months with (ZCMD + sscanf + Dini)
#1

Simple VIP system on months with (ZCMD + sscanf + Dini)
__________________________________________________ __________________________________________________ _________________________________

INTRO:

Hello! this my first VIP system script! I know that there may be many of them which are (maybe) better and/or more advanced than mine, its for newbies and simple on dini + sscanf + ZCMD its on months like if you make someone vip with /setvip 0 1 he will get level 1 with 1 month and after 1 month his VIP feature will auto removed this script got 12 moths vip subscription its not advanced its just a simple script for newbies.

VIP Commands:

pawn Code:
/carcolor (change your vehicle color)
/changeskin  (change player skin)
/weather  (change player weather)
/veh  (spawn a vehicle with name)
/dvc  (destroy spawned vehicle)
/nos  (add nos to your vehicle)
/vc  (VIP Chat)
/vpm (VIP Personal message)
/vrepair  (Repair your vehicle)
/vflip      (Flip your vehicle)
/setvip (playerid) (month) //For Rcon Admin
Bugs:

None bugs found i tested this script if you found PM me or share here i will fix it asap.

Requirements:


1-You must have ZCMD + sscanf + dini includes in your pawno/includes folder

2- You must have sscanf.dll plugin in your plugins folder

3- You must have user\'s saving system in your script

3- You must have Accounts or Users folders in your script files (if not then you can simply change your user path from script at
pawn Code:
stock pFile(playerid)//UserFile path
{
    new file[64];
    format(file, sizeof(file), "Accounts/%s.ini",RPN(playerid)); // You can change it to what is your users\'s path
    return file;
}

How to Install:


1st Way:

1- Use the pastebin code and paste in the pawno.

2- Save the file in your filterscripts folder.

3-Compile it then go to your server.cfg file.

4- Add VIP at filterscripts

Example:
Code:
 
echo Executing Server Config...
lanmode 1
rcon_password changeme
maxplayers 30
port 7777
hostname changeme
gamemode0 changeme 1
plugins streamer.dll sscanf.dll 
filterscripts VIP
announce 1
query 1
chatlogging 0
weburl changeme
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 1
logtimeformat [%H:%M:%S]
5- Start the server and enjoy.



2nd Way:

1- Download VIP System.rar file from MediaFire and extract at any where

2- Paste the VIP.pawn and VIP.amx files in your filterscripts folder

3- Add the VIP at filterscripts in server.cfg

Example:
Code:
echo Executing Server Config...
lanmode 1
rcon_password changeme
maxplayers 30
port 7777
hostname changeme
gamemode0 changeme 1
plugins streamer.dll sscanf.dll 
filterscripts VIP
announce 1
query 1
chatlogging 0
weburl changeme
onfoot_rate 40
incar_rate 40
weapon_rate 40
stream_distance 300.0
stream_rate 1000
maxnpc 1
logtimeformat [%H:%M:%S]
4- Start the server and enjoy.


Downloads:
Pastebin
MediaFire
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 4 Guest(s)