Native referenceRedMclient

_STOP_STATUS_EFFECT_PERIODIC_ICON

0x3FC4C027FD0936F4 ATTRIBUTE
FUNCTION SIGNATURE
void _STOP_STATUS_EFFECT_PERIODIC_ICON(int statusEffectType);
Property Value
Native Name _STOP_STATUS_EFFECT_PERIODIC_ICON
Hash 0x3FC4C027FD0936F4
Return Type void
Build 1207
API Set client
Parameters statusEffectType (int)

Description: Stops periodic icon. statusEffectType: see 0xA4D3A1C008F250DF

Usage

Lua (Direct):

StopStatusEffectPeriodicIcon(statusEffectType)

Lua (Hash):

Citizen.InvokeNative(0x3FC4C027FD0936F4, statusEffectType)
Back to ATTRIBUTE