Difference between revisions of "PRINT NOW"

From GTAMods Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
|p2d=time in milliseconds
 
|p2d=time in milliseconds
 
|p3t=integer
 
|p3t=integer
|p3d=0,1 (off, on)
+
|p3d=unknown (usually 1 or 0)
 
}}
 
}}
This function prints the GTX entry listed in P1, for the amount of time in milliseconds in P2, at the bottom of the screen. P3 is on or off. This is similar to the TEXT_NOW opcode of the III/VC/SA games.
+
This function prints the GTX entry listed in P1, for the amount of time in milliseconds in P2, at the bottom of the screen. This is similar to the TEXT_NOW opcode in the III/VC/SA games.

Latest revision as of 04:20, 5 January 2009

PRINT_NOW
Number of parameters: 3
Parameter #TypeDescription
1.stringGTX entry
2.integertime in milliseconds
3.integerunknown (usually 1 or 0)
Return value:
TypeDescription
None

This function prints the GTX entry listed in P1, for the amount of time in milliseconds in P2, at the bottom of the screen. This is similar to the TEXT_NOW opcode in the III/VC/SA games.