-
Posts
297 -
Joined
-
Last visited
Everything posted by Xperia
-
¿Usas el spawn de 50p?
-
Stolen https://community.multitheftauto.com/index.php?p=resources&s=details&id=6239 Real https://community.multitheftauto.com/ind ... ls&id=6223 Only view the "meta.xml"... DONE
-
function ventana() dxDrawRectangle() dxDrawText(texto) end addEventHandler("onClientRender",getRootElement(),ventana) texto = "Texto 1" setTimer( (function() if texto == "Texto 1" then texto = "Texto 2" if texto == "Texto 2" then texto = "Texto 3" if texto == "Texto 3" then texto = "Texto 1" end end ), 10000,0)
-
Chat Group (Gang System Castillo)y Chat Car
Xperia replied to BorderLine's topic in Recursos y aportes
¿El group chat es como cuando hablas con "Y"? -
Type in the console "openports".
-
Nunca lo he usado pero:
-
'bryan' version='4' name='markerprivado' description='markers privados' type='script' />
-
local allTeams = getElementsByType ( "team" ) --Coge todos los teams for index, theTeam in ipairs(allTeams) do if ( getTeamFriendlyFire ( theTeam ) == false ) then setTeamFriendlyFire ( theTeam, true ) end end
-
1.Para que te funcione debes pegarlo en un archivo .lua y lo adjutas con un meta.xml en un .zip. 2.Para hacer los mismo con otros teams haz esto: markerentradaClan1 = createMarker(15.15468,484.02158,87.1201,"cylinder",1.5,0,0,255,255) markersalidaClan1 = createMarker(45.7306,74.1541,12.0165,"cylinder",1.5,0,0,255,255) markerentradaClan2 = createMarker(15.15468,484.02158,87.1201,"cylinder",1.5,0,0,255,255) markersalidaClan2 = createMarker(45.7306,74.1541,12.0165,"cylinder",1.5,0,0,255,255) setElementInterior(markersalidaClan1,2) setElementInterior(markersalidaClan2,2) function entrada(thePlayer) if (getElementModel(thePlayer) == 285 ) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) elseif (getElementModel(thePlayer) == 287) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) else outputChatBox("#ff0000**Usted no puede entrar**",thePlayer,255,255,255,true) end end addEventHandler( "onMarkerHit", markerentrada, entrada ) function entrada2(thePlayer) if (getElementModel(thePlayer) == 200) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) elseif (getElementModel(thePlayer) == 205) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) else outputChatBox("#ff0000**Usted no puede entrar**",thePlayer,255,255,255,true) end end addEventHandler( "onMarkerHit", markerentradaClan2, entrada2 ) Creo que es asi, lo he hecho algo rapido.
-
Oh, nice.
-
Dire lo mismo que en el otro post... markerentrada = createMarker(15.15468,484.02158,87.1201,"cylinder",1.5,0,0,255,255) markersalida = createMarker(45.7306,74.1541,12.0165,"cylinder",1.5,0,0,255,255) setElementInterior(markersalida,2) function entrada(thePlayer) if (getElementModel(thePlayer) == 285 ) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) elseif (getElementModel(thePlayer) == 287) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) else outputChatBox("#ff0000**Usted no puede entrar**",thePlayer,255,255,255,true) end end addEventHandler( "onMarkerHit", markerentrada, entrada )
-
This resource is the copy of this other resource: Copy: https://community.multitheftauto.com/index.php?p=resources&s=details&id=6221 Translation of the original resource: https://community.multitheftauto.com/index.php?p=resources&s=details&id=1587 DONE
-
markerentrada = createMarker(15.15468,484.02158,87.1201,"cylinder",1.5,0,0,255,255) markersalida = createMarker(45.7306,74.1541,12.0165,"cylinder",1.5,0,0,255,255) setElementInterior(markersalida,2) function entrada(thePlayer) if (getElementModel(thePlayer) == 285 ) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) elseif (getElementModel(thePlayer) == 287) then setElementInterior(thePlayer,2,45.7306,74.1541,12.0165) else outputChatBox("#ff0000**Usted no puede entrar**",thePlayer,255,255,255,true) end end addEventHandler( "onMarkerHit", markerentrada, entrada ) Hay esta el script de Yakuza hecho.He puesto que solo puedan entrar los SWAT y los Army, y las coordenadas estan inventadas, hay pones las que desees.
-
Pues coge las coordenadas y los creas en el script.Nunca use el resource interiors.
-
Lee lo que dijo Yakuza, eso sirve para lo que quieres.
-
Requieres servidor? Te puedo dar uno si me gustan tus ideas
Xperia replied to ShadoX<~'s topic in Recursos y aportes
Parece interesante para un Freeroam. -
¿Son las versiones posteriores a 3D Max 9 compatibles con GTA:SA?Es que ando interesado en modelar y no se encuentra esta version para Windows 7 x64.
-
If you want, you can try it with 3DMax.And so can learn and not spend money, but may cost you your time.
-
Requieres servidor? Te puedo dar uno si me gustan tus ideas
Xperia replied to ShadoX<~'s topic in Recursos y aportes
Zorro, cuando quieras. -
No ha sido nada, no te preocupes.
-
Pero una GUI solo para Admins, obviamente.
-
Si eres un poco experimentado con las GUI's, podrias hacer un panel que cree vehiculos y los privatice para el nombre de la persona que quieras.
-
Version 1.0 This is a dxRectangle and a dxText that change every minute.You can change it and edit it.It's default for a Zombie server, but you can add new lines or delete. --------------------------------------------------- Version 1.1 -Now it's avalible for all the resolutions Link: https://community.multitheftauto.com/index.php?p=resources&s=details&id=6200
