Native referenceFiveM

GOLF_TRAIL_SET_FIXED_CONTROL_POINT

0xB1BB03742917A5D6 GRAPHICS
FUNCTION SIGNATURE
void GOLF_TRAIL_SET_FIXED_CONTROL_POINT(int type, float xPos, float yPos, float zPos, float p4, int red, int green, int blue, int alpha);
Property Value
Native Name GOLF_TRAIL_SET_FIXED_CONTROL_POINT
Hash 0xB1BB03742917A5D6
Return Type void
Parameters type (int), xPos (float), yPos (float), zPos (float), p4 (float), red (int), green (int), blue (int), alpha (int)

Description: ``` 12 matches across 4 scripts. All 4 scripts were job creators. type ranged from 0 - 2. p4 was always 0.2f. Likely scale. assuming p5 - p8 is RGBA, the graphic is always yellow (255, 255, 0, 255). Tested but noticed nothing.

Back to GRAPHICS