Posts: 102
Threads: 7
Joined: May 2008
Reputation:
0
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
Posts: 797
Threads: 21
Joined: Jan 2007
Reputation:
0
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.
Posts: 102
Threads: 7
Joined: May 2008
Reputation:
0
KEY_SUBMISSION = the 2 button :S
but i can't get what youre saying?
Posts: 797
Threads: 21
Joined: Jan 2007
Reputation:
0
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.
Posts: 603
Threads: 19
Joined: Nov 2007
Reputation:
0
the tab key can be only fetched onfoot