0x2d3b147afad49de0 — FiveM Natives
0x2D3B147AFAD49DE0 · GRAPHICS · all
`` Used in arcade games and Beam hack minigame in Doomsday Heist. For example, Penetrator Arcade Game NativeDB Introduced: v1290 ``
Parameters
| Name | Type | Description |
|---|---|---|
| textureDict | char* | inside script_txds.rpf, browse it with OpenIV |
| textureName | char* | textureName |
| x | float | x position must be between 0.0 and 1.0 (1.0 being the most right side of the screen) |
| y | float | y position must be between 0.0 and 1.0 (1.0 being the most bottom side of the screen) |
| width | float | width 0.0 - 1.0 is the reasonable amount generally |
| height | float | height 0.0 - 1.0 is the reasonable amount generally |
| p6 | float | almost always 0.0 |
| red | int | red color |
| green | int | green color |
| blue | int | blue color |
| alpha | int | alpha |
| p11 | int |
Returns
void