Jump to content

x86

Retired Staff
  • Posts

    334
  • Joined

  • Last visited

Everything posted by x86

  1. x86

    MTA Performance Survey

    I have 62-70 fps in MTA, without framelimiter.
  2. MTA isn't a trademark
  3. Very nice video, and what's the song name @ 6:03 ?
  4. I vote for SVN, but i like the github style and the forks. Googlecode website looks soo old
  5. Try updating your vid drivers.
  6. Hello, I see your having problems with MTA (Graphics). Could you report this problem at: http://bugs.mtasa.com/ Please explain it, put screens in it.. etc.. Thank you.
  7. addEventHandler("onClientResourceStart", getResourceRootElement(), function() my_txd = engineLoadTXD ("data/billbox.txd") engineImportTXD(my_txd, 7300) end )
  8. This is a known issue in MTA:SA. Btw, use: mtasa://ip:port
  9. Please use setVehicleDamageProof instead using timers.. Realise: 128 players on the server, every 0.5 second 128 loops...
  10. x86

    SHOW US YOUR PC

    Inside: PC & Laptop: Uh..:
  11. SebasIRC works currently only on Windows only, because we have some problems @ linux (Lua doesn't work). Issue: http://bugs.mtasa.com/view.php?id=5206 About SebasIRC (And help): https://wiki.multitheftauto.com/wiki/Modules/SebasIRC Download link: http://multitheftauto-modules.googlecod ... te/output/
  12. I'm making a roleplay server, and yes.. MTA is awesome, you can create everything for your roleplay
  13. Maybe this could help you: https://wiki.multitheftauto.com/wiki/IsTransferBoxActive
  14. lol. http://linux.multitheftauto.com/
  15. http://bugs.mtasa.com/view.php?id=5162 http://bugs.mtasa.com/view.php?id=5088 Which MTA version are you using? And which distro ?
  16. Download the MTA 1.0.4 nightly, it's fixed in 1.0.4 https://nightly.multitheftauto.com/?mtasa-1.0.4-rc-latest
  17. Try: apt-get install libpcre3-dev libsqlite3
  18. Try: apt-get install libpcre3-dev libsqlite3
  19. x86

    drop all the money!

    -- Not tested addEventHandler("onPlayerWasted", getRootElement(), function() local player = source local money = getPlayerMoney(player) local x, y, z = getElementPosition(player) createPickup(x, y, z, 3, 1274, 0, money) end ) Is this what you mean?
  20. x86

    drop all the money!

    -- Not tested addEventHandler("onPlayerWasted", getRootElement(), function() local player = source local money = getPlayerMoney(player) local x, y, z = getElementPosition(player) createPickup(x, y, z, 3, 1274, 0, money) end ) Is this what you mean?
  21. I've tried reinstalling and upgrading pcre and pcre-devel, but nothing. Can anyone help me please? Thanks Did you tried to install: libpcre3 ?
×
×
  • Create New...