Jump to content

Search the Community

Showing results for tags 'ingles'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Multi Theft Auto: San Andreas 1.x
    • Support for MTA:SA 1.x
    • User Guides
    • Open Source Contributors
    • Suggestions
    • Ban appeals
  • General MTA
    • News
    • Media
    • Site/Forum/Discord/Mantis/Wiki related
    • MTA Chat
    • Other languages
  • MTA Community
    • Scripting
    • Maps
    • Resources
    • Other Creations & GTA modding
    • Competitive gameplay
    • Servers
  • Other
    • General
    • Multi Theft Auto 0.5r2
    • Third party GTA mods
  • Archive
    • Archived Items
    • Trash

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Gang


Location


Occupation


Interests

Found 6 results

  1. Help, I have tried to place a delay for the commands, but it does not help me at all, could you help me? I don't speak English, that's why the code is in another language. Server: function ablanca(source) if isElementWithinMarker(source, cablanca) then if getElementData(source, "slicencia") == true then if getPlayerMoney(source) >= 2000 then takePlayerMoney(source, 2000) giveWeapon(source, 4, 1, true) outputChatBox("Has comprado un #EE850Ecuchillo #FFFFFFpor $2000.", source, 255, 255, 255, true) else outputChatBox("No tienes dinero suficiente", source, 255, 255, 255, true) end end end end addCommandHandler("ablanca", ablanca)
  2. Se necesita Scripter urgente para servidor rpg, mandar discord, es un trabajo remunerado.
  3. Ingles: My problem is the following I can not just one server, the others do not give me a problem, I already ask the owner and everything and he tells me that it is not a server problem but the MTA I already did the MTAdiag here is my pastebin https://pastebin.mtasa.com/553467985 If you can help me, I would appreciate it. I have about 1 month since I can not play that server in specific Thanks in advance Español: Mi problema es el siguiente No puedo solo a un servidor los otros no me da problema, ya consulte con el dueño y todo y me dice que no es un problema del server sino del MTA Ya hice lo del MTAdiag aqui esta mi pastebin https://pastebin.mtasa.com/553467985 si me pueden ayudar se los agradeceria ya tengo como 1 mes que no puedo jugar a ese servidor en especifico Gracias de antemano
  4. Necesito ayuda, cuando me coloco la mochila sale acostada. Solo son 2 mochilas, la Czech y Combate(una que agregue). Son la de 80 y 42 espacios. Esta es la linea de las cosas: local elementBackpack = {} function backPackBack (dataName,oldValue) if getElementType(source) == "player" and dataName =="MAX_Slots" then local newValue = getElementData(source,dataName) if elementBackpack[source] then detachElementFromBone(elementBackpack[source]) destroyElement(elementBackpack[source]) elementBackpack[source] = false end local x,y,z = getElementPosition(source) local rx,ry,rz = getElementRotation(source) if newValue == 12 then elementBackpack[source] = createObject(3026,x,y,z) triggerClientEvent("onRollMessageStart", source, "Te Has Puesto La Mochila Alice",22,255,0) elseif newValue == 18 then elementBackpack[source] = createObject(1248,x,y,z) triggerClientEvent("onRollMessageStart", source, "Te Has Puesto La Mochila de Asalto",22,255,0) elseif newValue == 22 then elementBackpack[source] = createObject(14888,x,y,z) triggerClientEvent("onRollMessageStart", source, "Te Has Puesto La Mochila Ghillie",22,255,0) elseif newValue == 28 then elementBackpack[source] = createObject(2733,x,y,z) triggerClientEvent("onRollMessageStart", source, "Te Has Puesto La Mochila Drybag",22,255,0) elseif newValue == 32 then elementBackpack[source] = createObject(1818,x,y,z) triggerClientEvent("onRollMessageStart", source, "Te Has Puesto La Mochila Vintage",22,255,0) elseif newValue == 38 then elementBackpack[source] = createObject(2303,x,y,z) triggerClientEvent("onRollMessageStart", source, "Te Has Puesto La Mochila de Montaña",22,255,0) elseif newValue == 42 then elementBackpack[source] = createObject(1575,x,y,z) triggerClientEvent("onRollMessageStart", source, "Te Has Puesto La Mochila Czech",22,255,0) elseif newValue == 50 then elementBackpack[source] = createObject(1252,x,y,z) triggerClientEvent("onRollMessageStart", source, "Te Has Puesto La Mochila Coyote",22,255,0) elseif newValue == 58 then elementBackpack[source] = createObject(2866,x,y,z) triggerClientEvent("onRollMessageStart", source, "Te Has Puesto La Mochila CMRA",22,255,0) elseif newValue == 66 then elementBackpack[source] = createObject(2020,x,y,z) triggerClientEvent("onRollMessageStart", source, "Te Has Puesto La Mochila Militar",22,255,0) elseif newValue == 80 then elementBackpack[source] = createObject(2000,x,y,z) triggerClientEvent("onRollMessageStart", source, "Te Has Puesto La Mochila de Combate",22,255,0) elseif newValue == 150 then elementBackpack[source] = createObject(2405,x,y,z) triggerClientEvent("onRollMessageStart", source, "Te Has Puesto La Mochila Hero Z",22,255,0) elseif newValue == 250 then elementBackpack[source] = createObject(2189,x,y,z) triggerClientEvent("onRollMessageStart", source, "Te Has Puesto La Mochila de Navidad",22,255,0) elseif newValue == 300 then elementBackpack[source] = createObject(2095,x,y,z) triggerClientEvent("onRollMessageStart", source, "Te Has Puesto La Mochila Teddy",22,255,0) elseif newValue == 8 then return end if newValue == 46 then attachElementToBone(elementBackpack[source],source,3,0,-0.16,0.05,270,0,180) else attachElementToBone(elementBackpack[source],source,3,0,-0.225,0.05,90,0,0) end end De ante mano, gracias
  5. Por favor pasenme paquete de RP para abrir un servidor de paquetes necesitan sus mods de ayuda lo que me ayuda a abrir un servidor
  6. Como intalo el mta pardise o pasenme pack de scripts RP O RPG CUALQUIERA
×
×
  • Create New...