OnClientPedHitByWaterCannon
From Multi Theft Auto: Wiki
This event is fired when a ped is hit by a water cannon. Also note that this event is only triggered for ped nearby the local player's camera. This is due to elements far away being streamed out.
Parameters
ped pedHit
- pedHit: the ped which got shot by the water cannon
Source
The source of this event is the vehicle who shot the water cannon.
Example
Click to collapse [-]
ClientThis example does nothing
-- todoRequirements
| Minimum supported server | n/a |
|---|---|
| Minimum supported client | 1.3.0-9.03931 |
See Also
Client ped events
FROM VERSION 1.3.1 ONWARDS
- onClientPedHeliKilled
- onClientPedHitByWaterCannon
Client event functions
FROM VERSION 1.4 r4973 ONWARDS