Difference between revisions of "014E"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{OpCode | ini = 014E=1,%1d% (III), 014E=2,%1d% %2d% (VC, SA) | description = Displays a timer | p1 = Global variable, that contains time in miliseconds | p2 …')
(No difference)

Revision as of 10:06, 26 June 2010

{{{games}}}


Description
Displays a timer
Syntax
{{{syntax1}}}
Parameter

This creates a timer. When the timer reaches zero, it disappears.

Sanny Builder example:

$cd = 6000 //6000 ms = 6 seconds
014E: set_timer_to $cd type 1 //countdown

Keywords

timer