Difference between revisions of "DRAW CHECKPOINT"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Native |game = 4 |noheader = 0 |np = 8 |p1t = float |p1d = x |p2t = float |p2d = y |p3t = float |p3d = z |p4t = float |p4d...")
 
Line 2: Line 2:
 
|game    = 4
 
|game    = 4
 
|noheader = 0
 
|noheader = 0
|np      = 8
+
|np      = 7
 
|p1t      = float
 
|p1t      = float
 
|p1d      = x
 
|p1d      = x
Line 17: Line 17:
 
|p7t      = integer
 
|p7t      = integer
 
|p7d      = b
 
|p7d      = b
|p8t      = integer
 
|p8d      = a
 
 
|r        = 0
 
|r        = 0
 
}}
 
}}
  
Draws a checkpoint at the specified coordinates, with the specified radius, with the specified color (RGBA).
+
Draws a checkpoint at the specified coordinates, with the specified radius, with the specified color (RGB).

Revision as of 13:02, 26 August 2014

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).