Description: Disables the previously set interactive focus mode preset for a given player. see _SET_PLAYER_INTERACTIVE_FOCUS_PRESET - 0x3C1B1807C7A415D6
| Property | Value |
|---|---|
| Native Name | _DISABLE_PLAYER_INTERACTIVE_FOCUS_PRESET |
| Hash | 0xC67A4910425F11F1 |
| Return Type | void |
| API Set | client |
| Build | 1207 |
| Parameters | player (Player), name (char*) |
Parameters
player(Player)name(char*)
Usage
Lua (Direct):
DisablePlayerInteractiveFocusPreset(player, name)
Lua (Hash):
Citizen.InvokeNative(0xC67A4910425F11F1, player, name)