Difference between revisions of "DRAW CHECKPOINT"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 20: Line 20:
 
}}
 
}}
  
Draws a checkpoint at the specified coordinates, with the specified radius, with the specified color (RGB).
+
Draws a checkpoint at the specified coordinates, with the specified radius, with the specified color (RGB). '''Must be used in a thread (cycle)'''!!

Latest revision as of 17:22, 3 March 2015

DRAW_CHECKPOINT
Number of parameters: 7
Parameter #TypeDescription
1.floatx
2.floaty
3.floatz
4.floatradius
5.integerr
6.integerg
7.integerb
Return value:
TypeDescription
None

Draws a checkpoint at the specified coordinates, with the specified radius, with the specified color (RGB). Must be used in a thread (cycle)!!