Jump to content

Eht1

Members
  • Posts

    29
  • Joined

  • Last visited

Eht1's Achievements

Advanced Member

Advanced Member (8/54)

0

Reputation

  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.
×
×
  • Create New...