Native referenceRedM

_TELEMETRY_PRISON

0xB204BF9F30298D77 TELEMETRY
FUNCTION SIGNATURE
void _TELEMETRY_PRISON(`transactionId` (Any), `bountyAmount` (Any), `ped` (Ped), `completionType` (Any), `jailTimeServed` (Any), `jailTimeLeft` (Any), `posseRole` (Any));
Property Value
Native Name _TELEMETRY_PRISON
Hash 0xB204BF9F30298D77
Return Type void
Build 1207
Parameters transactionId (Any), bountyAmount (Any), ped (Ped), completionType (Any), jailTimeServed (Any), jailTimeLeft (Any), posseRole (Any)

Parameters

  • transactionId (Any)
  • bountyAmount (Any)
  • ped (Ped)
  • completionType (Any)
  • jailTimeServed (Any)
  • jailTimeLeft (Any)
  • posseRole (Any)

Usage

Lua (Direct):

TelemetryPrison(transactionId, bountyAmount, ped, completionType, jailTimeServed, jailTimeLeft, posseRole)

Lua (Hash):

Citizen.InvokeNative(0xB204BF9F30298D77, transactionId, bountyAmount, ped, completionType, jailTimeServed, jailTimeLeft, posseRole)

Back to TELEMETRY