Jump to content

Eht1

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by Eht1

  1. This is problem in MTA (bad scripters hahahaha)
  2. This is 100% problem https://www.youtube.com/watch?v=T7bGBIc47y8 This problem and i have. btw i know what is my internet speed, and if you don't know what is NetLimiter don't answer.
  3. Eht1

    Bug in MTA ?

    In client MTA 1.2 i find one bug : https://www.youtube.com/watch?v=T7bGBIc4 ... e=youtu.be This is problem in my client or in server ?
  4. Please delete : https://community.multitheftauto.com/index.php?p= ... ls&id=2264 https://community.multitheftauto.com/index.php?p= ... ls&id=2266 https://community.multitheftauto.com/index.php?p= ... ls&id=2135 https://community.multitheftauto.com/index.php?p= ... ls&id=2265
  5. This not work there is code for my car : addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), function () exports.download:downloadFile("infernus.txd", "infernus.txd", 411) exports.download:downloadFile("infernus.dff", "infernus.dff", 411) end addEventHandler("onClientDownloadComplete", getRootElement(), function (theFile) if theFile == ":/infernus_play4/infernus.txd" then local theTXD = engineLoadTXD ("infernus.txd", 411 ) engineImportTXD ( theTXD, 411 ) if theFile == ":/infernus_play4/infernus.dff" then local theTXD = engineLoadTXD ("infernus.dff", 411 ) engineImportTXD ( theTXD, 411 ) end addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel)
  6. I have some questions. 1. I need place download.zip in my resource.zip? 2. I need in my resource.zip add lua file with this code : addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), function () exports.download:downloadFile("sometexture.txd", "infernus.txd", 500) end addEventHandler("onClientDownloadComplete", getRootElement(), function (theFile) -- Right now I made a mistake which I'll fix later which makes it so you see the whole path of the file, for example :/your-res/infernus.txd instead of infernus.txd if theFile == ":/your-res/infernus.txd" then local theTXD = engineLoadTXD ( theFile ) engineImportTXD ( theTXD, 411 ) end end ? Sure i will change this code for my script
  7. not work, play one music then stop
  8. After first song play second song and second song is difrend of first song?
  9. Its not ok, idk where is problem
  10. playSound(sounds[math.random(1, #sounds)]) i change this to playSound(sounds[math.random(#sounds)]) I think this will be ok Thanks all
  11. BUt now is one problem, this play one song and nothing more. I need for play all time random music.
  12. not work I need make maybe and server side?
  13. Not work function links (link) local link1 = ( "jutjub.comze.com/Music/Mc%20Hush%20-%20Fired%20Up.mp3" ) local link2 = ( "jutjub.comze.com/Music/Rock%20-%20I%20Am%20Rock.mp3" ) end addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), function() playSound(sounds[math.random(1, links)]) end ) In meta.xml is on client side. EDIT: I want like when you join music need play all time widauth stop. But random.
  14. I Try create music script, when you join then need play random music on internet all time when you play game. I try with this but not work. function addSound ( link ) addSound ( "http://www.mysound1.com/sound1" ) addSound ( "http://www.mysound1.com/sound2" ) addEventHandler("onClientResourceStart", getResourceRootElement(getThisResource()), function() playSound(sounds[math.random(1, addSound)]) end ) Link is not real this is for example.
  15. Eht1

    Ped traffic help

    Jesseunit read message
  16. Eht1

    Ped traffic help

    There is nothing like https://wiki.multitheftauto.com/wiki/EngineImportTXD this function?
  17. I try make ped trafic, i add all from Rockstar Games\GTA San Andreas\data\Paths in client side.And my question is what function in LUA i need use?
  18. JaxSwagger congratulations !!!
  19. Only want money ! ASSHOLES !!!
  20. I see all scripters are lazy on MTA !!
  21. You sucks, you submit very stupid messages all time!Go away from my topic! Go rather make new script.
  22. On https://community.multitheftauto.com/ is so many scripts and of most scripts is sucks. Why waste time on this? Why don't create Casino script? Many people need this script.
×
×
  • Create New...