Difference between revisions of "DRAW COLOURED CYLINDER"

From GTAMods Wiki
Jump to navigation Jump to search
(New page: {{Native |np=9 |p1t=float |p1d=x-coordinate |p2t=float |p2d=y-coordinate |p3t=float |p3d=z-coordinate |p4t=float |p4d= |p5t=float |p5d= |p6t=integer |p6d=R |p7t=integer |p7d=G |p8t=integer...)
(No difference)

Revision as of 08:18, 23 January 2010

DRAW_COLOURED_CYLINDER
Number of parameters: 9
Parameter #TypeDescription
1.floatx-coordinate
2.floaty-coordinate
3.floatz-coordinate
4.float
5.float
6.integerR
7.integerG
8.integerB
9.integerA
Return value:
TypeDescription
None

This creates a translucent, colored arrow at a point. The function has to be in a loop in order for the arrow to appear.