Description: nullsub, doesn't do anything
| Property | Value |
|---|---|
| Native Name | SET_CONTROL_LIGHT_EFFECT_FLASHING_COLOR |
| Hash | 0xA45884DB10EC7EE3 |
| Return Type | void |
| Build | 1207 |
| Parameters | control (int), red (int), green (int), blue (int) |
Parameters
control(int)red(int)green(int)blue(int)
Usage
Lua (Direct):
SetControlLightEffectFlashingColor(control, red, green, blue)
Lua (Hash):
Citizen.InvokeNative(0xA45884DB10EC7EE3, control, red, green, blue)