| Property | Value |
|---|---|
| Native Name | _SET_CONTROL_LIGHT_EFFECT_COLOR |
| Hash | 0x8290252FFF36ACB5 |
| Return Type | void |
| Build | 1207 |
| Parameters | padIndex (int), red (int), green (int), blue (int) |
Description: nullsub, doesn't do anything
Old name: _SET_CONTROL_GROUP_COLOR
Parameters
padIndex(int) — The control system instance to use. SeeENABLE_ALL_CONTROL_ACTIONS.red(int)green(int)blue(int)
Usage
Lua (Direct):
SetControlLightEffectColor(padIndex, red, green, blue)
Lua (Hash):
Citizen.InvokeNative(0x8290252FFF36ACB5, padIndex, red, green, blue)