-
Posts
297 -
Joined
-
Last visited
Everything posted by Xperia
-
Pero createProjectile no crea balas M4 o Minigun.
-
¿Que funciones necesitaria para poder hacer que un Patriot tenga un arma y cuando se suba un player al pulsar por ejemplo "CTRL" dispare?
-
Tremor coins is a webpage where you can play achievement games or complete tasks for earn coins, that then you will can cash for Steam Games, or Playstation Store Money, Mincraft Premium, etc.It's a webpage without virus, i test it, and i cash Earth Defense Force: Insect Armageddon. URL: http://www.tremorgames.com/?ref=61179 For use it, you need first, register, then go to Achiviement, for earn coins playing games: When you have the enough coins, go to Tremor Shop: Select a game and go to your profile > Items and contact for take our game: *We have to be good with the contact message* When our game is accepted, we will have a serial in our mail. For earn more coins more easy, I recommend getting a new email for surveys, you earn more money making them. Mi ID: Overxploit
-
it's my resource and i want delete it. https://community.multitheftauto.com/index.php?p=resources&s=details&id=6487 DONE
-
Y si lo quieres teletrasnportar a un interior usa SetElementInterior
-
Dicen que no lo sacaran para PC, pero tarde o temprano, lo sacaran !
-
Pack en 1 The Bloody Beetroots & Greta Svabo Bech Yeah Yeah Yeahs - Heads Will Roll (A-Trak remix) Y algo mas que no me acuerdo del nombre...
-
I want buy a new PC for parts, and i want know new opinions.I want use PC for games. http://www.pccomponentes.com/presupuesto.php?procesador=52708;1&placa=55496;1&ventilador=0;1&memoria=44820;1&disco=52021;1&disco2=0;1&torre=52834;1&fuentes=54116;1&tgrafica=51380;1&tsonido=0;1&lector=0;1&grabadora=52967;1&monitor=0;1&teclado=0;1&raton=0;1&altavoces=0;1&sintonizadora=0;1&adaptador_red=0;1&instal_so=no;1&montado=no;1&so=0;1
-
Usa el evento OnPlayerJoin y: setPlayerStat
-
Que yo sepa los objetos rojos estan editados por TXD o por DFF y TXD.
-
https://community.multitheftauto.com/index.php?p=resources&s=details&id=3878
-
Pero ten cuidado de que cartel, que se puede repetir en otros.
-
Yo lo hago asi, me voy al Map Editor, alli cojes un objeto (recomiendo usar el primero que te da a elegir, que es el cubo de basura).Despues lo colocas en un punto el cual quieres fijar el punto de apoyo, despues coges otro cubo y lo colocas donde quieres que mire.Despues obtienes las coordenadas en F3 de los objetos y listo.
-
function showMoney( thePlayer ) local money = getPlayerMoney( thePlayer ) outputChatBox( "Tienes " .. tostring(money) .. " $ para gastar", thePlayer ) end addCommandHandler("dinero", showMoney, false, false)
-
Not bad, good work.
-
En el "mtaserver.conf" hay una opcion para encenderla.
-
Tambien tienes que multiplicar el tercer y cuarto argumento. guiCreateEdit(x*0.270, y*0.400,04,01,"",true)
-
Prueba esto: addEventHandler( "onClientResourceStart", resourceRoot, function() bindKey("fire", "down", theGoggle) for _,blip in ipairs(getElementsByType("blip")) do local r,g,b,a = getBlipColor(blip) setBlipColor(blip,r,g,b,0) end end ) function theGoggle() local weaponID = getPedWeapon (getLocalPlayer ()) if weaponID == 44 then setTimer (playerGoggles, 50, 0 ) end end function playerGoggles() if isPedDoingTask ( getLocalPlayer (), "TASK_SIMPLE_GOGGLES_ON" ) then for _,blip in ipairs(getElementsByType("blip")) do local r,g,b,a = getBlipColor(blip) setBlipColor(blip,r,g,b,255) end end if isPedDoingTask ( getLocalPlayer (), "TASK_SIMPLE_GOGGLES_OFF" ) then for _,blip in ipairs(getElementsByType("blip")) do local r,g,b,a = getBlipColor(blip) setBlipColor(blip,r,g,b,0) end end end addEventHandler( "onClientResourceStop", resourceRoot, function() unbindKey("fire", "down", theGoggle) end ) addEventHandler("onClientPlayerWasted",resourceRoot, function() for _,blip in ipairs(getElementsByType("blip")) do setBlipColor(blip,0,0,0,0) end )
-
¿Error en debug?