[FilterScript] Ammu-Nation Buying Guns
#1

Introduction
Well I Decided After that Tuning Filterscript i Will make another for Players where they can Buy Guns At Any Ammu-Nation
You Will Need The Zcmd Include Which You Can Get from Here https://sampforum.blast.hk/showthread.php?tid=91354

This Is Made From Dialogs

Credits

Credits To San1 For Making it and Credits To Zeex For His Zcmd Include

Pastebin:http://pastebin.com/CgwgQnRd

Scroll Down For Screens


Reply
#2

Very nice filter-script, just try to add more weapons
Reply
#3

nice gg

i will make a function for you to help you in script
pawn Код:
stock BuyWeapon(playerid,weaponid,money,ammo,color,string[])
       {
                   if(GetPlayerMoney(playerid) >= money)
                 {
                              GivePlayerMoney(playerid,-money);
                             SendClientMessage(playerid,color,string);
                             return GivePlayerWeapon(playerid,weaponid,ammo);
                  }
       }
Reply
#4

Looks Good , Nice job 4/5
Reply
#5

Thanks Guys
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)