Difference between revisions of "0000"

From GTAMods Wiki
Jump to navigation Jump to search
(Keywords)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<code>0000=0,NOP</code><br>
+
{{OpCode
'''Description''': This opcode does absolutely nothing. 0000 is often put at the beginning of [[CLEO]] scripts to avoid [http://www.gtaforums.com/index.php?showtopic=211077&view=findpost&p=4492136 jump-at-zero-offset bug].<br>
+
| games      = {{Icon|t}}
 +
| command    = NOP
 +
| description = No operation
 +
| syntax1    = 0000: NOP
 +
| p1t        = ''none''
 +
}}
  
'''Supports''': GTA3, Vice City, San Andreas<br>
+
This opcode does absolutely nothing. 0000 is often put at the beginning of [[CLEO]] scripts to avoid [http://www.gtaforums.com/index.php?showtopic=211077&view=findpost&p=4492136 jump-at-zero-offset bug].
  
==Keywords==
+
== Keywords ==
nop
+
NOP
 
 
[[Category:OpCodes]] [[Category:Unused_OpCodes]]
 

Latest revision as of 04:38, 21 February 2021

GTA III Vice City San Andreas NOP


Description
No operation
Syntax
0000: NOP
Parameter
none

This opcode does absolutely nothing. 0000 is often put at the beginning of CLEO scripts to avoid jump-at-zero-offset bug.

Keywords

NOP