Native referenceRedM

GET_WANTED_SCORE

0xDD5FD601481F648B LAW
FUNCTION SIGNATURE
int GET_WANTED_SCORE(`player` (Player));
Property Value
Native Name GET_WANTED_SCORE
Hash 0xDD5FD601481F648B
Return Type int
Build 1207
Parameters player (Player)

Parameters

  • player (Player)

Usage

Lua (Direct):

local result = GetWantedScore(player)

Lua (Hash):

local result = Citizen.InvokeNative(0xDD5FD601481F648B, player)

Back to LAW