19.03.2014, 06:44
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
and this is if you want to make it for vips or not
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.
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)
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
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.