SetDrawOrigin — FiveM Natives
0xAA0008F3BBB8F416 · GRAPHICS · all
Sets the on-screen drawing origin for draw-functions in world coordinates. The effect can be reset by calling CLEAR_DRAW_ORIGIN and is limited to 32 different origins each frame.
Parameters
| Name | Type |
|---|---|
| x | float |
| y | float |
| z | float |
| p3 | Any |
Returns
void