<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.multitheftauto.com/wiki/Talk:ES/P%C3%A1gina_Principal?action=history&amp;feed=atom</id>
	<title>Talk:ES/Página Principal - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.multitheftauto.com/wiki/Talk:ES/P%C3%A1gina_Principal?action=history&amp;feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Talk:ES/P%C3%A1gina_Principal&amp;action=history"/>
	<updated>2026-04-04T15:36:52Z</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=Talk:ES/P%C3%A1gina_Principal&amp;diff=49878&amp;oldid=prev</id>
		<title>Maria: ayuda plis</title>
		<link rel="alternate" type="text/html" href="https://wiki.multitheftauto.com/index.php?title=Talk:ES/P%C3%A1gina_Principal&amp;diff=49878&amp;oldid=prev"/>
		<updated>2016-11-26T00:35:16Z</updated>

		<summary type="html">&lt;p&gt;ayuda plis&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;hola amigos espero me ayuden en algo lo que pasa es que quiero crear una puerta automatica para todo tipo de jugador pero la puerta no me sale cuando activo el scrip, tome un scrip ya creado pero es para clanes y como es el unico que funciona como yo quiero, quisiera que me ayudaran con el lua para ver que es lo que falla porfavor.&lt;br /&gt;
&lt;br /&gt;
objeto = createObject ( 975, -2469.1000976563, -616.70001220703, 133.19999694824, 0, 0, 271.99951171875 )&lt;br /&gt;
x,y,z = getElementPosition (objeto)&lt;br /&gt;
Zona = createColCircle ( -2469.1000976563,-616.70001220703, 5, 5 )&lt;br /&gt;
&lt;br /&gt;
function Funcion (source)&lt;br /&gt;
if ( getElementData ( source, &amp;quot;gang&amp;quot; ) == &amp;quot;NOMBRE-CLAN&amp;quot; ) then&lt;br /&gt;
        moveObject ( objeto, 6000,  -2469.3000488281, -616.70001220703, 133.19999694824, 0, 0, 271.99951171875 )&lt;br /&gt;
	outputChatBox ( &amp;quot;Bienvenido&amp;quot;, source, 0, 255, 0, true )&lt;br /&gt;
	else&lt;br /&gt;
	outputChatBox ( &amp;quot;Tu no eres del clan!&amp;quot;, source, 255, 0, 0, true )&lt;br /&gt;
end&lt;br /&gt;
end&lt;br /&gt;
addEventHandler ( &amp;quot;onColShapeHit&amp;quot;, Zona, Funcion )&lt;br /&gt;
&lt;br /&gt;
function Funcion2 ()&lt;br /&gt;
        moveObject ( objeto, 6000,  -2469.1000976563, -616.70001220703, 133.19999694824, 0, 0, 0 )&lt;br /&gt;
		outputChatBox ( &amp;quot;Abandonando Base!&amp;quot;, source, 0, 255, 0, true )&lt;br /&gt;
end&lt;br /&gt;
addEventHandler ( &amp;quot;onColShapeLeave&amp;quot;, Zona, Funcion2 )&lt;/div&gt;</summary>
		<author><name>Maria</name></author>
	</entry>
</feed>