TerraingridSetColours — FiveM Natives
0x5CE62918F8D703C7 · GRAPHICS · all
This native is used along with these two natives: TERRAINGRID_ACTIVATE and TERRAINGRID_SET_PARAMS. This native sets the colors for the golf putting grid. the 'min...' values are for the lower areas that the grid covers, the 'max...' values are for the higher areas that the grid covers, all remaining values are for the 'normal' ground height. All those natives combined they will output something like this: https://i.imgur.com/TC6cku6.png Old description: Only called in golf and golf_mp\ parameters used are\ GRAPHICS::\_0x5CE62918F8D703C7(255, 0, 0, 64, 255, 255, 255, 5, 255, 255, 0, 64);
Parameters
| Name | Type | Description |
|---|---|---|
| lowR | int | red value for the lower level |
| lowG | int | green value for the lower level |
| lowB | int | blue value for the lower level |
| lowAlpha | int | alpha value for the lower level |
| R | int | red value for the normal level |
| G | int | green value for the normal level |
| B | int | blue value for the normal level |
| Alpha | int | alpha value for the normal level |
| highR | int | red value for the upper level |
| highG | int | green value for the upper level |
| highB | int | blue value for the upper level |
| highAlpha | int | alpha value for the upper level |