GET_PLAYER_REGISTERED_CRIME
Returns the player registed crime data at the index
LAWBuild 1207
Signature
lua
GetPlayerRegisteredCrime(PlayerId(), 0, outData)
-- returns BOOLParameters
| Name | Type | Description |
|---|---|---|
| Player | — | |
| int | — | |
| Any* | — |
Usage
Named call
GetPlayerRegisteredCrime(PlayerId(), 0, outData)InvokeNative
Citizen.InvokeNative(0x532C5FDDB986EE5C, PlayerId(), 0, outData)lua 1
struct outData
{
Hash crimeType;
int bounty;
Hash unk2;
Any unk3;
Any unk4;
Any unk5;
Any unk6;
int unk7;
Any unk8;
Any unk9;
bool unk10;
}Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
