<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/ES/onClientVehicleExplode?action=history&amp;feed=atom</id>
	<title>ES/onClientVehicleExplode - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/ES/onClientVehicleExplode?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=ES/onClientVehicleExplode&amp;action=history"/>
	<updated>2026-05-14T17:17:09Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://wiki.multitheftauto.com/index.php?title=ES/onClientVehicleExplode&amp;diff=30660&amp;oldid=prev</id>
		<title>Kzman: Created page with &quot;{{Client event}} __NOTOC__  Este evento es provocado cuando un vehículo explota.  ==Parametros==  Este evento no tiene parámetros.  ==Origen== La variable source de este evento...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=ES/onClientVehicleExplode&amp;diff=30660&amp;oldid=prev"/>
		<updated>2012-05-13T23:37:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{Client event}} __NOTOC__  Este evento es provocado cuando un vehículo explota.  ==Parametros==  Este evento no tiene parámetros.  ==Origen== La variable source de este evento...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Client event}}&lt;br /&gt;
__NOTOC__ &lt;br /&gt;
Este evento es provocado cuando un vehículo explota.&lt;br /&gt;
&lt;br /&gt;
==Parametros== &lt;br /&gt;
Este evento no tiene parámetros.&lt;br /&gt;
&lt;br /&gt;
==Origen==&lt;br /&gt;
La variable source de este evento corresponde al vehículo que explotó.&lt;br /&gt;
&lt;br /&gt;
==Ejemplo== &lt;br /&gt;
Este ejemplo enviará un texto hacia el chat cuando un vehículo explote&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
addEventHandler(&amp;quot;onClientVehicleExplode&amp;quot;, getRootElement(), function()&lt;br /&gt;
  local modelname = getVehicleName(source)&lt;br /&gt;
  outputChatBox(&amp;quot;¡&amp;quot;..modelname..&amp;quot; ha explotado!&amp;quot;)&lt;br /&gt;
end)&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Vea también==&lt;br /&gt;
===Eventos cliente de vehículos===&lt;br /&gt;
{{Eventos cliente de vehículos}}&lt;br /&gt;
===Funciones cliente de eventoss===&lt;br /&gt;
{{Funciones cliente de eventos}}&lt;br /&gt;
&lt;br /&gt;
[[EN:onClientVehicleExplode]]&lt;/div&gt;</summary>
		<author><name>Kzman</name></author>
	</entry>
</feed>