OnClientVehicleRespawn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Added interwiki (ES)) |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{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== | ||
This example | This example outputs to the console that a vehicle has respawned. | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua">addEventHandler("onClientVehicleRespawn",root,function() | ||
outputConsole("A vehicle has respawned.") | |||
end)</syntaxhighlight> | |||
==See Also== | |||
</syntaxhighlight> | ===Client vehicle events=== | ||
{{Client_vehicle_events}} | |||
===Client event functions=== | |||
{{Client_event_functions}} | |||
[[es:onClientVehicleRespawn]] |
Latest revision as of 00:35, 14 May 2012
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.
Example
This example outputs to the console that a vehicle has respawned.
addEventHandler("onClientVehicleRespawn",root,function() outputConsole("A vehicle has respawned.") end)
See Also
Client vehicle events
- onClientTrailerAttach
- onClientTrailerDetach
- onClientVehicleCollision
- onClientVehicleDamage
- onClientVehicleEnter
- onClientVehicleExit
- onClientVehicleExplode
- onClientVehicleNitroStateChange
- onClientVehicleRespawn
- onClientVehicleStartEnter
- onClientVehicleStartExit
- onClientVehicleWeaponHit