Difference between revisions of "0000"

From GTAMods Wiki
Jump to navigation Jump to search
(categorized to unused opcodes)
Line 1: Line 1:
'''Number of parameters:''' 0
+
<code>0000=0,NOP</code><br>
 +
'''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>
  
'''Works in:''' <br>SA
+
'''Supports''': GTA3, Vice City, San Andreas<br>
  
'''Description:'''
+
==Keywords==
 
+
nop
No OPeration
 
 
 
'''Credits:'''
 
 
 
CyQ
 
  
 
[[Category:OpCodes]] [[Category:Unused_OpCodes]]
 
[[Category:OpCodes]] [[Category:Unused_OpCodes]]

Revision as of 19:42, 27 November 2008

0000=0,NOP
Description: This opcode does absolutely nothing. 0000 is often put at the beginning of CLEO scripts to avoid jump-at-zero-offset bug.

Supports: GTA3, Vice City, San Andreas

Keywords

nop