Difference between revisions of "PRINT NOW"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{Native |np=3 |p1t=string |p1d=GTX entry |p2t=integer |p2d=time in milliseconds |p3t=integer |p3d=0,1 (off, on) }} This function prints the GTX entry listed in P1, for the amount of time ...)
 
Line 8: Line 8:
 
|p3d=0,1 (off, on)
 
|p3d=0,1 (off, on)
 
}}
 
}}
This function prints the GTX entry listed in P1, for the amount of time in milliseconds in P2. 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. P3 is on or off. This is similar to the TEXT_NOW opcode of the III/VC/SA games.

Revision as of 04:09, 5 January 2009

PRINT_NOW
Number of parameters: 3
Parameter #TypeDescription
1.stringGTX entry
2.integertime in milliseconds
3.integer0,1 (off, on)
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. P3 is on or off. This is similar to the TEXT_NOW opcode of the III/VC/SA games.