SA-MP Forums Archive
Menu problem - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Menu problem (/showthread.php?tid=140849)



Menu problem - adytzu32 - 10.04.2010

hello,i've got a problem.I've maded a menu but when i press doesn't have effect
http://pastebin.com/v4wLjLUi


Re: Menu problem - Tenshi - 10.04.2010

Where is the rest of the coding?...


Re: Menu problem - adytzu32 - 10.04.2010

http://pastebin.com/g7ZXdmxV


Re: Menu problem - adytzu32 - 11.04.2010

help!


Re: Menu problem - 0ne - 11.04.2010

Umh, it doesn't have effect maybe because u did: GivePlayerWeapon(355,100); do you know that 355 is a model number not the weapon's id? use the ID's not MODELS, ex: in this case it would be: GivePlayerWeapon(30,100); should work i guess. replace every one of them with specific id of a weapon


Re: Menu problem - adytzu32 - 11.04.2010

thanks ...