Jump to content

ccw

MTA Team
  • Posts

    4,030
  • Joined

  • Days Won

    26

Everything posted by ccw

  1. Download MTA from https://www.multitheftauto.com and reinstall
  2. Please download, extract and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
  3. That's good news. Please test the latest as I've made another tweak and I want to make sure it still works for you: https://nightly.multitheftauto.com/?mtasa-1.5-rc-latest
  4. Good idea. I've updated the first post. €4 was a special offer. The real price should have been €6
  5. Get the latest versions: http://plod.mooo.com/UltraThing.zip http://enbdev.com/download_mod_gtasa.htm
  6. Try: http://213.239.211.214/mirror/mtasa/main/mtasa-1.5.3.exe
  7. No, you are a homeless ubki
  8. ccw

    Ban for no reason-TRAINER

    When the ban expires, restart MTA
  9. There is no error. Wait for the ban to expire.
  10. There is no error. Wait for the ban to expire.
  11. There is no error. Wait for the ban to expire.
  12. Please test with this client: https://nightly.multitheftauto.com/?mtasa-1.5-rc-latest
  13. ccw

    Serials

    What about modifying the register command to also log the player in, so the serial and ip get set. Something like: if ( #getAccountsBySerial(getPlayerSerial(thePlayer)) == 0 ) logOut( thePlayer ) local account = addAccount( username, password ) logIn( thePlayer, account, password ) logOut( thePlayer ) end
  14. client side getPedWeapon(plr,slot) should now work even if the player is far away So use your renderDebug script to see what happens when a streamed out player equips himself
  15. Please try with this client: https://nightly.multitheftauto.com/?mtasa-1.5-rc-latest
  16. ccw

    Serials

    ip and serial are set during login
  17. Settings->Advanced->Update
  18. Connect to a server and see if the mouse lags when moving the camera
  19. Reinstall MTA from here: https://www.multitheftauto.com/
  20. ccw

    Move mouse is lag.

    Reinstall MTA from here: https://www.multitheftauto.com/
  21. ccw

    Bug with mouse

    Settings->Advanced->Update
  22. ccw

    Move mouse is lag.

    Settings->Advanced->Update
  23. ccw

    Local server crashing

    Zip up server\dumps and upload to https://upload.mtasa.com/ and post link here
  24. Make a client script which displays all the weapons and ammo of the remote players. e.g. for i,plr in ipairs(getElementsByType("player")) do for slot=0,12 do weap = getPedWeapon(plr,slot) ammo = getPedAmmoInClip(plr,slot) dxDrawText( plrname .. weap ..ammo ..
×
×
  • Create New...