-
Posts
4,030 -
Joined
-
Days Won
26
Everything posted by ccw
-
At what point did the issue occur, and which players were involved?
-
The latest crash is caused because gta3.img is missing bullet.dff
-
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 )
-
See if this update helps: Settings->Advanced->Check for update now->Yes->OK
-
Right click on link and select 'Save Link As..'
-
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
-
Maybe your ISP is handling MTA traffic incorrectly. To test, try using a VPN (VPN list is shown in this topic)
-
Blocking vehicle mods by default is now removed.
-
Please download, extract and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
-
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
-
How often does the bug happen? Can you supply an example resource which shows the problem?
-
Moved to scripting section
-
GTA:SA install path is too long Remove at least 20 characters.
-
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
-
Please download, extract and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
-
Please download, extract and run MTADiag and follow the instructions. Press 'n' when asked. Post any Pastebin URL MTADiag gives you
-
4th argument should be a number, not nil https://wiki.multitheftauto.com/wiki/SetPedAnimation
- 3 replies
-
- help me to fix it.
- plz help me
-
(and 1 more)
Tagged with:
-
Maybe it is somehing in the client scripts. Ask the server owner
-
Should be fixed in a few hours
-
Try adding this to the meta.xml of resource that handles the onPlayerChat event: <download_priority_group>1</download_priority_group>
-
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.