Description: Params: p3 is always 0
| Property | Value |
|---|---|
| Native Name | _CREATE_VOLUME_LOCK_ATTACHED_TO_ENTITY |
| Hash | 0xF383E96C4904DF0C |
| Return Type | Volume |
| Build | 1207 |
| Parameters | entity (Entity), radius (float), flag (int), p3 (Any) |
Parameters
entity(Entity)radius(float)flag(int)p3(Any)
Usage
Lua (Direct):
local result = CreateVolumeLockAttachedToEntity(entity, radius, flag, p3)
Lua (Hash):
local result = Citizen.InvokeNative(0xF383E96C4904DF0C, entity, radius, flag, p3)