Difference between revisions of "0434"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
<code>0434=0,</code><br>
+
{{OpCode
'''Description''': Shows credits<br>
+
| ini        = 0434=0,
'''Supports''': GTA3, Vice City, San Andreas<br>
+
| description = Starts the credits
 +
| game        = [[GTA 3]], [[Vice City]], [[San Andreas]]
 +
| native      = [[START_CREDITS]]
 +
}}
 +
This opcode starts credits for the game that you see after you completed the game. It can be affected by the speed of the game. The credits can be stopped by [[0435]]. The texts are located in the [[GXT]] file. Their size, position, and scrolling are [[hardcoded]] in the game.
  
This opcode shows credits for the game that you see after you completed the game. It can be affected by the speed of the game. The credits can be stopped by [[0435]].
+
*[http://img.photobucket.com/albums/v41/spaceeinstein/credit.png Image from San Andreas]
 
 
http://img.photobucket.com/albums/v41/spaceeinstein/credit.png
 
  
 
==Keywords==
 
==Keywords==
show, credit
+
show, start, credit
 
 
[[Category:OpCodes]]
 

Revision as of 10:29, 17 December 2009

{{{games}}}


Description
Starts the credits
Syntax
{{{syntax1}}}
Parameter
Native analog
START_CREDITS

This opcode starts credits for the game that you see after you completed the game. It can be affected by the speed of the game. The credits can be stopped by 0435. The texts are located in the GXT file. Their size, position, and scrolling are hardcoded in the game.

Keywords

show, start, credit