| Property | Value |
|---|---|
| Native Name | SET_VOLUME_COORDS |
| Hash | 0x541B8576615C33DE |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | volume (Volume), posX (float), posY (float), posZ (float) |
Parameters
volume(Volume)posX(float)posY(float)posZ(float)
Usage
Lua (Direct):
local result = SetVolumeCoords(volume, posX, posY, posZ)
Lua (Hash):
local result = Citizen.InvokeNative(0x541B8576615C33DE, volume, posX, posY, posZ)