| Property | Value |
|---|---|
| Native Name | ADD_SHOCKING_EVENT_AT_POSITION |
| Hash | 0xD9F8455409B525E9 |
| Return Type | ScrHandle |
| Build | 1207 |
| Parameters | eventType (int), x (float), y (float), z (float), duration (float) |
Description: eventType: https://alloc8or.re/rdr3/doc/enums/eEventType.txt https://github.com/femga/rdr3_discoveries/blob/master/AI/EVENTS
Usage
Lua (Direct):
local result = AddShockingEventAtPosition(eventType, x, y, z, duration)
Lua (Hash):
local result = Citizen.InvokeNative(0xD9F8455409B525E9, eventType, x, y, z, duration)