OnClientVehicleRespawn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Incomplete Event]] | [[Category:Incomplete Event]] | ||
{{Client event}} | |||
__NOTOC__ | |||
This event is triggered when a vehicle respawns. | |||
==Parameters== | |||
This event | This event has no parameters. | ||
== | ==Source== | ||
The source of this event is the vehicle that respawned. | |||
==Example== | ==Example== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 16:24, 30 December 2007
This event is triggered when a vehicle respawns.
Parameters
This event has no parameters.
Source
The source of this event is the vehicle that respawned.