OnClientPlayerHitByWaterCannon: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
==Source==
==Source==
The source of this event is the vehicle who shot the water cannon.
The source of this event is the vehicle who shot the water cannon.
==Type==
This event is a pre reaction event meaning it occurs before any game level reaction to the collision which include:
* Players flying off
* Players being knocked down
==Cancel effect==
If this event is [[Event system#Canceling|canceled]], the Player will not be knocked down


==Example==
==Example==

Revision as of 13:58, 5 July 2013

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.

Type

This event is a pre reaction event meaning it occurs before any game level reaction to the collision which include:

  • Players flying off
  • Players being knocked down

Cancel effect

If this event is canceled, the Player will not be knocked down

Example

Click to collapse [-]
Client

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

 -- todo

Requirements

Minimum server version n/a
Minimum client version 1.3.0-9.03931

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version client="1.3.0-9.03931" />

See Also

Client player events


Client event functions