Decisionevent::addShockingEventAtPosition
duration is float here
Event types- camx.me/gtav/tasks/shockingevents.txt
Syntax
```js mp.game.decisionevent.addShockingEventAtPosition(type, x, y, z, duration); ```
Required Arguments
- type: int
- x: float
- y: float
- z: float
- duration: float
Return value
- ScrHandle
Example
```js // todo ```