Native referenceRedM

_GET_NUMBER_OF_BULLETS_IN_AREA

0xDC416CA762BC4F43 MISC
FUNCTION SIGNATURE
int _GET_NUMBER_OF_BULLETS_IN_AREA(float x, float y, float z, float radius, BOOL p4, BOOL p5);
Property Value
Native Name _GET_NUMBER_OF_BULLETS_IN_AREA
Hash 0xDC416CA762BC4F43
Return Type int
Build 1207
Parameters x (float), y (float), z (float), radius (float), p4 (BOOL), p5 (BOOL)

Description: returns the number of bullets that were shot in the area

Usage

Lua (Direct):

local result = GetNumberOfBulletsInArea(x, y, z, radius, p4, p5)

Lua (Hash):

local result = Citizen.InvokeNative(0xDC416CA762BC4F43, x, y, z, radius, p4, p5)
Back to MISC