Native referenceRedMclient

_GET_LONGARM_STORE_ON_DISMOUNT_STATE

0x5A695BD328586B44 WEAPON
FUNCTION SIGNATURE
BOOL _GET_LONGARM_STORE_ON_DISMOUNT_STATE(Ped ped, int p1);
Property Value
Native Name _GET_LONGARM_STORE_ON_DISMOUNT_STATE
Hash 0x5A695BD328586B44
Return Type BOOL
Build 1207
API Set client
Parameters ped (Ped), p1 (int)

Description: Returns true if ped is on a horse while inside of a town Params: p1 = 0 GET_L* - GET_MA*

Usage

Lua (Direct):

local result = GetLongarmStoreOnDismountState(ped, p1)

Lua (Hash):

local result = Citizen.InvokeNative(0x5A695BD328586B44, ped, p1)
Back to WEAPON