Jump to content

Search the Community

Showing results for tags 'porte de armas'.

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

  1. Estou fazendo um sistema de Porte de Armas + Venda de Armas. E eu quero deixar assim, só quem pode comprar arma é quem tem o porte de armas. Quem não tem, não consegue comprar as armas. Alguém que possa me ajudar?
  2. Eu estava desenvolvendo um script de porte de arma mas quando eu adiciono o script no jogo ele acaba não aparecendo o marker. vejam como está o processo local mPorte = createMarker(297.91531, -80.30178, 1000.51563, "cylinder", 2,50,50,255,255) setElementInterior(mPorte, 4) setElementDimension(mPorte, 201) function porteMSG(source) outputChatBox("#00FA9A【#00FA9ATrap City Roleplay#00FA9A】", source) outputChatBox("#00FA9A● Porte de Armas!", source) outputChatBox("#00FA9A● Custo do Porte é de #00FF00R$150,000!", source) outputChatBox("#00FA9A● Digite /comprar para Adquirir o Porte !", source) end addEventHandler("onMarkerHit", mPorte) function pegarP(source) if isElementWithinMarker(source, mPorte) then if getElementData(source,"Porte") == false then setElementData(source,"Porte", true) getPlayerMoney(source) >= 150000 takePlayerMoney(source, 150000) outputChatBox("#00FA9A【#00FA9ATrap City Roleplay#00FA9A】", source) outputChatBox("#00FA9A● Você Adquiriu seu Porte de Armas com Sucesso!", source) else outputChatBox("#00FA9A● Você não tem dinheiro suficiente para comprar o Porte !", source) end end addCommandHandler("comprar", pegarP) Obs: Podem me ajudar por favor? Não sei o que está errado
×
×
  • Create New...