Jump to content

ccw

MTA Team
  • Posts

    4,030
  • Joined

  • Days Won

    26

Everything posted by ccw

  1. Please download, extract and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
  2. At what point did the issue occur, and which players were involved?
  3. The latest crash is caused because gta3.img is missing bullet.dff
  4. Try this and see what gets output in the server log: Client: function sendinfo() local slotinfo = {} for i,player in ipairs(getElementsByType("player")) do slotinfo[player] = getPedWeaponSlot(player) end triggerServerEvent("onSlotInfo", resourceRoot, slotinfo) end setTimer(sendinfo,1000,0) Server: addEvent( "onSlotInfo", true ) addEventHandler( "onSlotInfo", resourceRoot, function ( slotinfo ) for _,player in ipairs(getElementsByType("player")) do local slotServer = getPedWeaponSlot(player) local slotClient = slotinfo[player] if slotServer ~= slotClient then setPedWeaponSlot( player, 0 ) setPedWeaponSlot( player, slotServer ) outputDebugString( "onSlotInfo" .. " client:" .. tostring(getPlayerName(client)) .. " player:" .. tostring(getPlayerName(player)) .. " slotServer:" .. tostring(slotServer) .. " slotClient:" .. tostring(slotClient) ) end end end )
  5. See if this update helps: Settings->Advanced->Check for update now->Yes->OK
  6. Right click on link and select 'Save Link As..'
  7. 1. Put this file into the MTA install directory e.g. C:\Program Files (x86)\MTA San Andreas 1.5 2. Start MTA 3. When MTA freezes, hold down Left and Right CTRL (MTA should crash) 4. Find the latest file inside MTA\dumps\private and upload to https://upload.mtasa.com/ 5. and post link here
  8. Maybe your ISP is handling MTA traffic incorrectly. To test, try using a VPN (VPN list is shown in this topic)
  9. ccw

    Mods not working anymore?

    Blocking vehicle mods by default is now removed.
  10. Please download, extract and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
  11. ccw

    Mods not working anymore?

    Locally customized vehicles can cause desync and give players an unfair advantage, so have been disabled by default. As @Dutchman101 said, you can reenable them by adding 'vehicles' to <allow_gta3_img_mods>, but you will need the latest server. Linux from here: https://linux.multitheftauto.com/ Windows 64 bit from here: https://nightly.multitheftauto.com/?mtasa_x64-1.5-latest
  12. How often does the bug happen? Can you supply an example resource which shows the problem?
  13. GTA:SA install path is too long Remove at least 20 characters.
  14. ccw

    HELP HELP HEEELP!

    1) Download and install Malwarebytes and do a full scan 2) Delete C:\Program Files (x86)\MTA San Andreas 1.5\ 3) Download and re-install MTA
  15. ccw

    HELP HELP HEEELP!

    Please download, extract and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
  16. Please download, extract and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
  17. ccw

    map

    Moved to scripting section
  18. 4th argument should be a number, not nil https://wiki.multitheftauto.com/wiki/SetPedAnimation
  19. Maybe it is somehing in the client scripts. Ask the server owner
  20. ccw

    Bans :/

    Wait for the ban to expire
  21. ccw

    Error server name

    Should be fixed in a few hours
  22. ccw

    Update

    Settings->Advanced->Check for update now Or Download from https://www.multitheftauto.com
  23. Try adding this to the meta.xml of resource that handles the onPlayerChat event: <download_priority_group>1</download_priority_group>
  24. Any modifications to gta_int.img and gta3.img can cause GTA to switch to a slower streaming mode. This might not be a problem in your case, but there is only one way to find out.
×
×
  • Create New...