Difference between revisions of "0AB0"

From GTAMods Wiki
Jump to navigation Jump to search
(Opcode usage)
(0AB0)
Line 1: Line 1:
 
== 0AB0 ==
 
== 0AB0 ==
  
This is a special keypress opcode, used to see if the player pressed a certain key. It is very similar to 00E1, but varies slightly; it has a wider array of keys to choose from. Here's a cleo script example:
+
This is a special keypress opcode, used to see if the player pressed a certain key. It is very similar to 00E1, but varies slightly; it has a wider array of keys to choose from.
 
 
  
 
== Opcode usage ==
 
== Opcode usage ==

Revision as of 15:47, 19 January 2009

0AB0

This is a special keypress opcode, used to see if the player pressed a certain key. It is very similar to 00E1, but varies slightly; it has a wider array of keys to choose from.

Opcode usage

0AB0: key_pressed 48

Other Info

It checks if the player pressed key 48 (1) then ends the thread. (Kinda useless but good example XD)

Here's a full keylist, credits to Indigo Rose