SA-MP Forums Archive
[SAP] Sidhu's - Weapon Menu - 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: [SAP] Sidhu's - Weapon Menu (/showthread.php?tid=62644)



[SAP] Sidhu's - Weapon Menu - sidhu123 - 23.01.2009

Hey hey!... [SAP]Sidhu here. I've just made a Weapon Menu, with 2 pages. I'm pretty sure that the name explains what it is, so I'm not going to explain it :P.. I had some help from Mikep, with some of the coding, so a special thanks to him. I also had help from Torran (taught me how to code small parts of the menu) so a special thanks to him too!

Yes, I know it sounds basic, but I'm sharing it with everyone because I think it's a good script to have in DM servers

Anyways, I thought I'd share it with everyone, so here it is!

Pastebin http://pastebin.com/f3af81b68
Filefront http://www.filefront.com/14836291/%5...Gun%20Menu.rar
Uploading http://uploading.com/files/TTPQQLV6/[FS] [SAP]Sidhu - Gun Menu.rar.html

_________________________________________________

Command

/gunmenu - Opens the menu for choosing a weapon

_________________________________________________


Do not claim this as your own!
Leaves the credits in!
DO NOT EDIT THIS!
DON'T TRY TO MAKE A COPY OF THIS!

Enjoy!







Re: [SAP] Sidhu's - Weapon Menu - g@k - 23.01.2009

nice , can you add for give the weapons choose at the spawn?


Re: [SAP] Sidhu's - Weapon Menu - sidhu123 - 23.01.2009

Quote:
Originally Posted by g@k
nice , can you add for give the weapons choose at the spawn?
You mean: When the player spawns, the menu opens up?


Re: [SAP] Sidhu's - Weapon Menu - Dinero - 23.01.2009

Quote:
Originally Posted by g@k
nice , can you add for give the weapons choose at the spawn?
=========================================
public OnPlayerSpawn(playerid)
{
{
ShowMenuForPlayer(weaponmenu, playerid);
return 1;
}
//Rest....
==========================================

Btw nice FS


Re: [SAP] Sidhu's - Weapon Menu - sidhu123 - 23.01.2009

Quote:
Originally Posted by Dinero
Quote:
Originally Posted by g@k
nice , can you add for give the weapons choose at the spawn?
=========================================
public OnPlayerSpawn(playerid)
{
{
ShowMenuForPlayer(weaponmenu, playerid);
return 1;
}
//Rest....
==========================================

Btw nice FS
Thank you!
It's the first Menu I've ever made, so.. :P


Re: [SAP] Sidhu's - Weapon Menu - Nimphious - 23.01.2009

Nice, it's nice and good work,

Quote:

Do not claim this as your own!

I will jks


Re: [SAP] Sidhu's - Weapon Menu - sidhu123 - 23.01.2009

Quote:
Originally Posted by (FF)TeddyBear
Nice, it's nice and good work,

Quote:

Do not claim this as your own!

I will jks
Thanks
Hahaha.. I can read small writing :P


Re: [SAP] Sidhu's - Weapon Menu - g@k - 24.01.2009

not that , save the weapon choice for the next spawn ..


Re: [SAP] Sidhu's - Weapon Menu - sidhu123 - 24.01.2009

Quote:
Originally Posted by g@k
not that , save the weapon choice for the next spawn ..
Ohhhh.. If I knew how to, I would. :P
Maybe a Version 2


Re: [SAP] Sidhu's - Weapon Menu - ICECOLDKILLAK8 - 24.01.2009

Nice FS, But maybe TogglePlayerControllable when they do /gunmenu?