OnClientPlayerHitByWaterCannon

From Multi Theft Auto: Wiki
Revision as of 08:21, 3 May 2012 by Qaisjp (talk | contribs) (Created page with "__NOTOC__ {{Client event}} This event is fired when a player is hit by a water cannon. Also note that this event is only triggered for players nearby the local player's camera. T...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This event is fired when a player is hit by a water cannon. Also note that this event is only triggered for players nearby the local player's camera. This is due to elements far away being streamed out.

Parameters

player playerHit
  • playerHit: the player 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 [-]
Client

This example outputs a message when you are hit by a water cannon

 -- todo

See Also

Client player events


Client event functions