SA-MP Forums Archive
[FilterScript] [FS] Weapons Shop (Dialog) - 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] [FS] Weapons Shop (Dialog) (/showthread.php?tid=121074)



[FS] Weapons Shop (Dialog) - philmckrakin - 15.01.2010

Hey there!

my names phil and a few days ago i made a weapons shop and thought i would make it into a filterscript and realease it as my 1st.

in the comments is also a little guide that will guide you to merging it with your gm (if you choose to use it)

EDIT:To use the dialog type /pweps cmd, there is a wepon menu, ammo menu, and an items menu

i didnt put some weapons in there mainly because nobody ever uses them lol
it is very easy to understand im sure even the newest of newbies can figure this 1 out and change it to their own needs.

hope this was enough info and hope u like

thanks /phil

patsebin:
http://pawn.pastebin.com/f6d21e6d0
megaupload:
http://www.megaupload.com/?d=RK6NU2M5


Re: [FS] Weapons Shop (Dialog) - TheNotorius - 15.01.2010

Nice Fs Man,
very Nice For a First one, i will try


Re: [FS] Weapons Shop (Dialog) - Hijolion - 15.01.2010

Can you put more info but good job anyways :P


Re: [FS] Weapons Shop (Dialog) - Deat_Itself - 15.01.2010

keep it up!


Re: [FS] Weapons Shop (Dialog) - panther74 - 15.01.2010

Nice Fs good work


Re: [FS] Weapons Shop (Dialog) - philmckrakin - 15.01.2010

Quote:
Originally Posted by panther74
Nice Fs good work
Quote:
Originally Posted by _Saif_
keep it up!
Quote:
Originally Posted by ╚»★«[LvC
Lucifier»★«╝ ]
Nice Fs Man,
very Nice For a First one, i will try
thx


Re: [FS] Weapons Shop (Dialog) - ViruZZzZ_ChiLLL - 15.01.2010

Cool FS dude!
________
Vaporizer guide


Re: [FS] Weapons Shop (Dialog) - Penguinator - 08.03.2010

Extreme newbie at this. I am changing the values of the Health and Armour refills to $5000, but only the Armour refill display in the game shows it's price as $5000, but both only cost $100 when I purchase it. Could you describe in a bit of detail what I need to do? Thanks heaps.


Re: [FS] Weapons Shop (Dialog) - adsy - 08.03.2010

Код:
       case 1://armour
        {
        if(GetPlayerMoney(playerid) >=100)
          {
            GivePlayerMoney(playerid,-100);
line 404 onwards

change giveplayermoney to -5000 and the figure above it too.


Re: [FS] Weapons Shop (Dialog) - Hustla-Basta - 29.03.2010

Thank you!


Re: [FS] Weapons Shop (Dialog) - Andy_McKinley - 29.03.2010

Great job, man!


Re: [FS] Weapons Shop (Dialog) - liljon0101 - 31.03.2010

When i try to select a menu, Ammo Weapons ETC it asks for a password, Any ideas?


Re: [FS] Weapons Shop (Dialog) - Nekrus2 - 07.08.2010

@up
happend same here but i turned of mine register system and it did not asked for password but happend notthing when chosen one of options


Re: [FS] Weapons Shop (Dialog) - (LifeStealeR) - 26.08.2010

Well Done , Nice FS.