Native referenceRedM

_ADD_BLOOD_POOLS_FOR_PED

0xDFCE8CE9F3EBE93F GRAPHICS
FUNCTION SIGNATURE
void _ADD_BLOOD_POOLS_FOR_PED(`ped` (Ped));

Description: Creates blood pools for the given ped in some interval for a few seconds.

Property Value
Native Name _ADD_BLOOD_POOLS_FOR_PED
Hash 0xDFCE8CE9F3EBE93F
Return Type void
Build 1207
Parameters ped (Ped)

Parameters

  • ped (Ped)

Usage

Lua (Direct):

AddBloodPoolsForPed(ped)

Lua (Hash):

Citizen.InvokeNative(0xDFCE8CE9F3EBE93F, ped)

Back to GRAPHICS