Jump to content

Xenius

Members
  • Posts

    25
  • Joined

  • Last visited

Everything posted by Xenius

  1. Hello, Players reported crashing with offset 0x00043277, MTA and drivers are up to date. MTA Diag: https://pastebin.mtasa.com/999998367 Dumps: https://upload.mtasa.com/u/694258582/dumps.zip_
  2. EngineRequestModel - vehicle still bugged. Maybe disabling until finish is a better idea.
  3. local sx, sy = guiGetScreenSize() addEventHandler("onClientRender", root, function() local interpolate = interpolateBetween(15, 0, 0, 30, 0, 0, getTickCount() / 2000, "SineCurve") dxDrawText(getIcon("fa-info").." fontawesome is working! Woah! "..getIcon("fa-smile-wink"), sx, sy, 0, 0, tocolor(255, 255, 255), 1, getFont("fontawesome", interpolate), "center", "center") end)
  4. Hello! Yesterday i've finished fontawesome 5.15 icon library for MTA:SA. This scripts allows you to use ~1500 fontawesome icons in MTA:SA with a simple dxDrawText. You can buy here only for 5 dollars! ? https://payhip.com/b/4u1mk
  5. Good, but ... https://streamable.com/jv9ha7 ?
  6. After 1.5.7 r20147 path we got some crash reports from our players. I think something is wrong with new model ID system.
  7. https://forum.multitheftauto.com/topic/95761-xy-axle-angle-camera/?tab=comments#comment-857219
  8. https://wiki.multitheftauto.com/wiki/Hash
  9. I think this is because object count is over MTA limit. Streamer can handle only 700 objects. Or try lift your streaming memory in MTA settings.
  10. addEventHandler("onClientKey", root, function(k, state) if k == "tab" and params then cancelEvent() end end) Your code isn't working because you use "return", if you change it to cancelEvent() it will work. If function has "Cancel effect" on wiki, then you can use cancelEvent() https://puu.sh/yho2O/089bcce02b.png
  11. Xenius

    Server crash (3x)

    Again http://upload.mtasa.com/u/959603861/dumps6.rar_
  12. Xenius

    Server crash (3x)

    I dont know what happened, my server just crash. Dump 1 (2017.04.20.) http://upload.mtasa.com/u/837131321/dumps.rar_ (1.5.3) Dump 2 (2017.04.22.) http://upload.mtasa.com/u/998532921/dumps2.rar_ (1.5.3) Dump 3 (today) http://upload.mtasa.com/u/838733648/dumps5.rar_ (1.5.4) https://bugs.mtasa.com/view.php?id=9600
  13. @ccw thank you! Next time I will buy crates of beer for you.
  14. hello guys i need help. my server just start flood "Player Element Could not be created" error message when player connect. i have reinstalled mta server (latest) and doenst work. only 100-110 player can connect. this problem started today, we dont have new scripts.
  15. Xenius

    Packet loss

    Thank you https://bugs.multitheftauto.com/view.php?id=9267
  16. Xenius

    Packet loss

    This start happen after we moved server to Linux. Looks better with Windows Server 2012: http://puu.sh/pr7hJ/25debbfa06.png
  17. Xenius

    Packet loss

    Hello! Anyone have an idea why has MTA Packet loss ~10-15%? I think, this is not a script issue. We tried everything. Images: http://imgur.com/a/oOXPG
  18. Compiled script: https://mega.nz/#!mEoQRTzK!qnxMudfgKP3B ... qK857R_Goo
  19. Introduction: With this script you can create/use infinite weapons. Script Features: - Easy config - Custom damage each weapon - Custom sound each weapon Video: Buy: PM
  20. Introduction: With this script you can create custom cinemas. Note: this script can be found on Hungary Life Roleplay server, this script is not stolen, i was developer, this script made 100% by me Script Features: - Full cinema sync - Video seek - Infinite cinema creation - Language system - Permission system - Easy config - Play video only from Youtube, with youtube HTML5 api - Tested with 400 players Video: Buy: PM
  21. addEventHandler("onClientRender", root, function() local x,y,z = getElementPosition(localPlayer) for k,v in pairs(tvBrowsers) do if not isBrowserLoading(v) then local bx,by,bz = getElementPosition(tvParents[v]) local dist = getDistanceBetweenPoints3D(x,y,z,bx,by,bz) setBrowserVolume(v, 1-dist/10) end end end)
×
×
  • Create New...