SetObjectLightColor — FiveM Natives
0x5F048334B4A4E774 · OBJECT · all
Sets color of embedded light source. Only appears in am_mp_nightclub.c for the nightclub dancefloor. Not sure what p1 does, seems to only ever be '1' in scripts. `` NativeDB Introduced: v1493 ``
Parameters
| Name | Type |
|---|---|
| object | Object |
| p1 | BOOL |
| r | int |
| g | int |
| b | int |
Returns
Any