[FilterScript] Rated R Vip System
#1

RATED R VIP SYSTEM
By GLAD2BEHERE
Code:
List Of Includes Needed
And the to those in //
#include <YSI\y_ini> //******
#include <sscanf2> //******
#include <streamer> //incognito
#include <foreach> //******
#include <zcmd> // zeex
#include <mSelection> // D0erfler
Admin Commands
pawn Code:
gvah- list below
makevip - make someone a vip
givegold - Give Gold
createvipshop - Create vip store where u can change skin and buy guns.....
vhqedit - create/edit hq entrance and exit [supports interior]
createvcar - Create vip cars [there are 4 levels]
destroyvcar - Destroy The Car [Must Be in The Car]
pawn Code:
gvshelp - list below
vaccount - register/login
v - chat between vip
tvchat - toggle vip chat on and off
vshop - shop in the store
vradio - Play music
vsradio - stop music
vnick - Have a 3d label nickname over your hq
hq - enter/exit the hq [player must be in range]
Raw Code + Information needed
Raw Code

WHY WHEN I CLOSE MY SERVER NOTHING SAVES
........ Because you didn't wait for it completely and NOT!!!!!!! click end now


Post All suggestions for an updated version..... I may also make an updated version in the future......
Sneak peak picture:
Hope you Enjoy
Reply
#2

Good job man !!!
Reply
#3

Thanks man
Reply
#4

Updated: Data Now Savable upon Restart.....
Raw Code Only:Click for Raw
V.1.1.5
Reply
#5

pretty cool work there! + rep
Reply
#6

Could you show us how to make custom commands? like /heal and stuff?
Reply
#7

it is zcmd so u just
pawn Code:
CMD:function(playerid, params[])
{
  // all this space here its 4 u........
  return 1;
}
So if you want a /heal cmd
pawn Code:
CMD:heal(playerid, params[])
{
  SetPlayerHealth(playerid, 100);
  return 1;
}

/*
 Or
*/

CMD:heal(playerid, params[])
{
  new playerb;
  if(sscanf(params, "u", playerb)) return SendClientMessage(playerid, COLOR_WHITE, "/heal [playerid]");
  SetPlayerHealth(playerb, 100);
  return 1;
}
Also there is a dialog i made "DIALOG_SHOP", if u read the code u will see many "dialog_NAME123id"
just add something to the list of dialog_shop.... which is under the /vshop cmd..... and then create a dialog
by just add thing
pawn Code:
if(listitem == whats ever next on the list)
{

// do something here

}
Once you read the code it is completely understandable... I made it easy to edit by anyone......
Reply
#8

Thanks, Great.
Reply
#9

Nice rep+
Reply
#10

Nice Work i Really Like It.!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)