SA-MP Forums Archive
tab button? - 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: tab button? (/showthread.php?tid=65741)



tab button? - rensfromrpas - 15.02.2009

hi i am lookin for the tab button key could any1 give me the id or define
i can't find it in a_samp.inc


Re: tab button? - Pghpunkid - 15.02.2009

Look in your default controls in the Controller setup and find the tab keys define.. it should be like 'submission' or something like that, then look for KEY_SUBMISSION or w/e it was, and use that.


Re: tab button? - rensfromrpas - 15.02.2009

KEY_SUBMISSION = the 2 button :S
but i can't get what youre saying?


Re: tab button? - Pghpunkid - 15.02.2009

Steps to finding what key is your tab button:

Step 1: Open GTASA. MP or SP, it does not matter.

Step 2: While running GTA:SA Go to the pause menu, and navigate to the controller setup screen.

Step 3: Under the list of buttons for each event, look for 'tab'.

Step 4: Once 'tab' is located, figure out the 'technical' name for the key is. For example, H is horn. that would be its technical name.

Step 5: Look in a_samp.inc for the technical name in 'KEY_TECHNICALNAME' format. Note: there is no 'KEY_TECHNICALNAME'.

I hope i was able to help you solve your problems with my introductory guide. If not, wait til i get home and ill find it.


Re: tab button? - Streetplaya - 15.02.2009

the tab key can be only fetched onfoot