Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Forum Support

    3. Suggestions

Need Help changing opcode for different controls


RichieWeed420
 Share

Recommended Posts

RichieWeed420

I'm trying to change the opcode to 00E1: key_pressed 0 <12> but Everytime I use SCM Key Changer it gives me a error saying "No Key Code Found" here is the mod file to download that is giving me problems please help 🙏 I don't understand opcoding https://fileservice.gtainside.com/downloads/ftpl/1596565434_Smoking.rar

Also I'm using Sanny Builder 3 to enter the opcode.

Link to comment
Share on other sites

this keypress code 00E1: key_pressed 0 <12>

we call it opcode 00E1: (4 digits infront gives the opcode)

 

opcode 00E1: was made by Rockstar to check keypress

you know that you can make your desired keypress setting in menue option > controler setup

so, the numbers which are given together with opcode 00E1: are allocated to functions like fire, sprint, jump etc.

Look in Sannybuilder HELP > Offline Help > SCM Documentation > GTA SA > Keypress numbers

to see which number is for which function

And attention, you'll see that 12 doesn't exist

that means, this

00E1: key_pressed 0 12

is invalid

 

opcode 0AB0: was made for Cleo

the given number refers to virtual keycode

Spoiler


1      left mouse button
2     right mouse button
3     control-break processing
4     middle mouse button
8     backspace key
9     tab key
12     clear key
13     enter key
16     shift key
17     ctrl key
18     alt key
19     pause key
20     caps lock key
27     esc key
32     spacebar
33     page up key
34     page down key
35     end key
36     home key
37     left arrow key
38     up arrow key
39     right arrow key
40     down arrow key
41     select key
42     print key
43     execute key
44     print screen key
45     ins key
46     del key
47     help key
48     0 key
49     1 key
50     2 key
51     3 key
52     4 key
53     5 key
54     6 key
55     7 key
56     8 key
57     9 key
65     a key
66     b key
67     c key
68     d key
69     e key
70     f key
71     g key
72     h key
73     i key
74     j key
75     k key
76     l key
77     m key
78     n key
79     o key
80     p key
81     q key
82     r key
83     s key
84     t key
85     u key
86     v key
87     w key
88     x key
89     y key
90     z key
96     numeric keypad 0 key
97     numeric keypad 1 key
98     numeric keypad 2 key
99     numeric keypad 3 key
100     numeric keypad 4 key
101     numeric keypad 5 key
102     numeric keypad 6 key
103     numeric keypad 7 key
104     numeric keypad 8 key
105     numeric keypad 9 key
106     multiply key
107     add key
108     separator key
109     subtract key
110     decimal key
111     divide key
112     f1 key
113     f2 key
114     f3 key
115     f4 key
116     f5 key
117     f6 key
118     f7 key
119     f8 key
120     f9 key
121     f10 key
122     f11 key
123     f12 key
144     num lock key
145     scroll lock key
160     left shift key
161     right shift key
162     left control key
163     right control key

 

so the keypress check of the smoking script

0AB0:   is_key_pressed 122

checks if F11 is pressed

 

 

If you wanna change the check so that it needs to press P

then keep opcode 0AB0: and insert 80

0AB0:   is_key_pressed 80

 

If you wanna change the check so that it needs to press YES key

then change to opcode 00E1: and insert 11

00E1: key_pressed 0 11

 

 

 

 

 

 

 

Edited by ZAZ
Link to comment
Share on other sites

RichieWeed420

ZAZ how do you change the game key to share button on the controller for the smoking mod???

Link to comment
Share on other sites

DumbButCreative
On 1/19/2022 at 8:40 PM, RichieWeed420 said:

ZAZ how do you change the game key to share button on the controller for the smoking mod???

isnt it jus easier to have keyboard plugged in aswell as control, so that u can use the smoke keys when needed? thats what i do, theres so many cleo scipt keys that its better to have them on keyboard than a control with limited buttons

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.