Search the Community
Showing results for tags 'repair'.
-
La primera vez que instale mta, podia jugar en servidores comun y corriente hasta una vez que dejaron de funcionarme, pues, cada vez que va a terminar de descargar el servidor el juego se cierra solo sin ningun mensaje de error ni nada, del error incluso hice un video donde muestro lo que sucede con un servidor en el que quiero entrar. Ya hice lo que me sugirieron con el MTADiag, aqui esta el link: https://pastebin.mtasa.com/464196500 Ya
-
Map files Table of contents: Introduction How to read a map file? Broken map file, what to do? Editor bugged, what to do? Modify your maps outside of MTA Extra links Introduction A map-file! What is that? The name already gives away the definition. It is a file which contains a MTA map. The format makes maps portable, so that you can send them over to your friends. You can recognize map-files by the extension: .map Here is an example of a map: Syntax highlight When you open a map file in your te
-
So basically I want it to work in this way -> The car enters the cylinder then some text gonna appear in chat like "repairing is under process" and you should wait for example 10 seconds before the starting of the function. The function and everything is below in my script. Can someone help in adding this into it? The script: spray1 = createMarker ( -2437.853515625, 1036.1303710938, 49.5, "cylinder", 5, 0, 255, 0, 50 ) function Reparar ( thePlayer ) local dinero = getPlayerMoney ( thePlayer ) local vehicle = getPedOccupiedVehicle ( thePlayer ) if (
-
vas1 = createObject ( 3529, -2112.55103, -249.87376, 35.32031, 0, 0, 0 ) function repairClickedVehicle( button, state, player ) if button == "left" and state == "down" then if getElementType( source ) == "object" then destroyElement(vas1) end end end addEventHandler( "onElementClicked", getRootElement( ), repairClickedVehicle ) This working fine... but when i reconnect, the object appear again.. how to fix this?
-
I added this: to the nametag script.. but with 1-2 player working fine, and with more players, always show the chaticon.. How to fix this?