| Property | Value |
|---|---|
| Native Name | PLAY_STREAM_FROM_POSITION |
| Hash | 0x21442F412E8DE56B |
| Return Type | void |
| Build | 1207 |
| Parameters | x (float), y (float), z (float) |
Description: Plays a preloaded stream back from the specified Vector3.
Usage
Lua (Direct):
PlayStreamFromPosition(x, y, z)
Lua (Hash):
Citizen.InvokeNative(0x21442F412E8DE56B, x, y, z)