Native referenceRedM

CLEAR_PLAYER_WANTED_LEVEL

0x4E4B996C928C7AA6 PLAYER
FUNCTION SIGNATURE
void CLEAR_PLAYER_WANTED_LEVEL(`player` (Player));

Description: nullsub, doesn't do anything

Property Value
Native Name CLEAR_PLAYER_WANTED_LEVEL
Hash 0x4E4B996C928C7AA6
Return Type void
Build 1207
Parameters player (Player)

Parameters

  • player (Player)

Usage

Lua (Direct):

ClearPlayerWantedLevel(player)

Lua (Hash):

Citizen.InvokeNative(0x4E4B996C928C7AA6, player)

Back to PLAYER