[FilterScript] Vip Locker - 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] Vip Locker (
/showthread.php?tid=501574)
Vip Locker -
iThePunisher - 19.03.2014
hello.
So here i made Vip Locker filterscript.
i saw that many players ask for this, so i decided to make a simple one, if you type /vipweapons a dialog will show up and you can select some weapons for free, but you should be near the viplocker,
if you aren't near the vip locker and type /vipweapons it will not work.
you can change this to your postion that you want to have the vip locker
pawn Код:
if(!IsPlayerInRangeOfPoint(playerid, 3.0, 1734.4607, -1659.5483, 20.2420)
and this is if you want to make it for vips or not
pawn Код:
if(PlayerInfo[playerid][dRank] == 3) return SendClientMessage(playerid, COLOR_RED, "Only level 3 vips can get free weapons from Vip Weapons locker"); //change this to make it just for vips
if you want this to use it all players then remove this line
Photos of viplocker filterscript:
Requirements:
a_samp include
Zcmd include
Download link:
http://pastebin.com/y25KiXiY
Hope you enjoy it and please do not forget to hit the reputation button because i just need some reputation to adv my server,
Regards iThePunishment.
Re: Vip Locker -
ChandraLouis - 19.03.2014
Nice one
Re: Vip Locker -
iThePunisher - 19.03.2014
Thanks mate.
Re: Vip Locker -
ChandraLouis - 19.03.2014
Rep +1
Re: Vip Locker -
iThePunisher - 19.03.2014
Quote:
Originally Posted by ChandraLouis
Rep +1
|
thanks so much for the +rep
Re: Vip Locker -
SkuLLzoR - 06.04.2014
Nice work
Re: Vip Locker -
iThePunisher - 06.04.2014
Thanks bro
Re: Vip Locker -
DRP - 06.04.2014
Seems nice!
Re: Vip Locker -
iThePunisher - 07.04.2014
Quote:
Originally Posted by DRP
Seems nice! 
|
Thanks mate.
that is an example script of vip locker , you can make it more advanced Example: adding new futures like skins etc.