Jump to content

Search the Community

Showing results for tags 'd'.

  • 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 3 results

  1. To fazendo um sistema que pra quando o player clica no botão o dxDrawRectangle cresce e se ele clicar de novo o Retângulo diminui até sumir, como posso fazer o mesmo? meu codigo: local screenW, screenH = guiGetScreenSize() local x, y = (screenW/1366), (screenH/768) local estado = false cor = {} scale = {} tick = getTickCount() function draw_Login() local between = interpolateBetween(0, 0, 0, x*600, 0, 0, ((getTickCount() - tick) / 2000), "SineCurve") scale[1] = 75 scale[2] = 55 dxDrawRectangle(x*815, y*45, between/5, y*30, tocolor(100, 0, 0, 200), false) end addEventHandler("onClientRender", root, draw_Login) function Click( button, state ) end addEventHandler("onClientClick", getRootElement(),click)
  2. Gente alguem sabe como mudar o nome dos carros e motos, quanto agente vai selecionar algum carro ? Por ex: BULLET > SONATA, NRG-500 > XJ6 ou existe algum programa que faz isso ?
  3. Não está tocando no meu MTA no servidor gta Sa No sound from my MTA Não sai o som do meu MTA
×
×
  • Create New...