SA-MP Forums Archive
Large Weapon Menu ALL WEAPONS - 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: Large Weapon Menu ALL WEAPONS (/showthread.php?tid=57969)



Large Weapon Menu ALL WEAPONS - hamptonin - 13.12.2008

i have made a weapon menu with all the weapons of whole gta san andreas
I make a easy topic for it

WEAPONS:

Brass Knuckles
Baseball Bat
Nightstick
pool cue
Golf Club
shovel
knife
Chainsaw
katana

9mm
Silenced 9mm
Desert eagle

tec-9
Micro SMG
SMG

shotgun
Sawnoff Shotgun
combat shotgun

M4
AK47

rifle
Sniper Rifle

Molotov Cocktail
Grenade
tear gas
Remote Explosives

Flame Thrower
mingun
Rocket Launcher
Heat Seeking Rocket Launcher

Spraycan
camera
Fire Extinguisher
parachute
Thermal Goggles
Night-Vision Goggles

cane
Flowers
dildo 1
dildo 2
vibrator 1
vibrator 2


and a extra bullet menu

DOWNLOAD:

http://pastebin.com/f5d05f53f
http://www.2shared.com/file/4449781/...73/weapon.html

PLEASE SAY THANKS IF YOU DOWNLOAD IT

THANKS TO: LarzI aka. GloZzy





Re: Large Weapon Menu ALL WEAPONS - Mikep - 13.12.2008

Nice. I might use this!


Re: Large Weapon Menu ALL WEAPONS - FUNExtreme - 13.12.2008

Did you test it for buggs because menus can be bugged.
But nice work


Re: Large Weapon Menu ALL WEAPONS - hamptonin - 13.12.2008

I have test it on all weapons
only the Desert Eagle whas wrong
but i have fix it
thanks


Re: Large Weapon Menu ALL WEAPONS - Serbish - 16.12.2008

Quote:
Originally Posted by hamptonin
2 posts not more
You need to wait for more posts.
But there are alot weapon scripts already.


Re: Large Weapon Menu ALL WEAPONS - hamptonin - 16.12.2008

But for all weapons not


Re: Large Weapon Menu ALL WEAPONS - Serbish - 16.12.2008

Quote:
Originally Posted by hamptonin
But for all weapons not
Yes, but if some people read "[FS] Weapon Menu" then they will not look at it maybe.

But good work for that.


Re: Large Weapon Menu ALL WEAPONS - hamptonin - 16.12.2008

thanks


Re: Large Weapon Menu ALL WEAPONS - Dujma - 16.12.2008

You could put this
pawn Code:
new Menu:weapon1;
new Menu:weapon2;
new Menu:weapon3;
new Menu:weapon4;
new Menu:weapon5;
new Menu:weapon6;
new Menu:weapon7;
new Menu:weapon8;
new Menu:weapon9;
new Menu:weapon10;
Like this

pawn Code:
new Menu:weapon1,weapon2,weapon3,weapon4,weapon5,weapon6,weapon7,weapon8,weapon9,weapon10;
GG


Re: Large Weapon Menu ALL WEAPONS - hamptonin - 16.12.2008

no like this:

pawn Code:
new Menu:weapon1,Menu:weapon2,Menu:weapon3,Menu:weapon4,Menu:weapon5,Menu:weapon6,Menu:weapon7,Menu:weapon8,Menu:weapon9,Menu:weapon10;