-
Posts
1,848 -
Joined
-
Last visited
-
Days Won
54
Everything posted by Vinyard
-
Hi, welcome to the forums! I've moved your thread to the Russian help section so you can get better assistance in your native language. Make sure to always use English when posting outside this section.
-
It will help, but I can't guarantee it will fix your problems. I see you're also running an integrated graphics card, which also affects your overall performance. The thing is that your performance and overall setup specs go hand in hand with the server's you're playing. If you're playing on a server that has lots of mods, bad optimizations etc. you're more likely to experience problems since your device can't handle the heavy load. I would advise you to both seek servers that are lightweight in terms of modding and fine tune your game settings to 'low' wherever you're able, so you can have a better gaming experience until you upgrade your overall setup.
-
Hi, I can assure you this is not the cause of your problems. Please download and run MTADiag and follow the instructions. Post any Pastebin URL MTADiag gives you.
-
Your setup is quite low-end, are you experiencing this FPS reduction on every server or only on one specific server?
-
Hi, welcome to the forums! I've moved your thread to the Portuguese scripting section so you can get better assistance in your native language. Please make sure to always use English when posting outside this section!
-
Moving this to the Turkish section so you can get better assistance in your native language.
-
Moving this into the client-related support. Please download and run MTADiag and follow the instructions. Post any Pastebin URL MTADiag gives you
-
Moving this to the Scripting section. At a first glance, after setting the "onMarketHit" event, you forgot to declare a function for the code down below. So this: addEventHandler("onMarkerHit", playerMarker, handlePlayerMarker) local pX, pY, pZ = getElementPosition(player) local oX, oY, oZ = getElementPosition(safeDoors[2]) if getDistanceBetweenPoints3D(pX, pY, pZ, oX, oY, oZ) <= 2 then if exports.fv_inventory:hasItem(player, 152, 1) then if getFactionMembers(53) == 0 then setPedAnimation(player, "BOMBER", "BOM_Plant_Loop", -1, true, false, false) exports.fv_inventory:takePlayerItem(player, 152, 1) exports.fv_inventory:givePlayerItem(player,207, 2, 0, 100, 0) triggerClientEvent(getElementsByType("player"), "triggerBankSound", player, "alarm2", {1143.9476318359, -1099.3721923828, 19.426834106445}) else outputChatBox(exports.fv_engine:getServerSyntax("Bank","red") .. "Error. Contact Brimo Devloper To Fix This" ,player,255,255,255,true); end else outputChatBox(exports.fv_engine:getServerSyntax("Bank","red") .. "Ma3andkch lou7 !" ,player,255,255,255,true); end end end end) Should be: addEventHandler("onMarkerHit", playerMarker, handlePlayerMarker) function someFunction() local pX, pY, pZ = getElementPosition(player) local oX, oY, oZ = getElementPosition(safeDoors[2]) if getDistanceBetweenPoints3D(pX, pY, pZ, oX, oY, oZ) <= 2 then if exports.fv_inventory:hasItem(player, 152, 1) then if getFactionMembers(53) == 0 then setPedAnimation(player, "BOMBER", "BOM_Plant_Loop", -1, true, false, false) exports.fv_inventory:takePlayerItem(player, 152, 1) exports.fv_inventory:givePlayerItem(player,207, 2, 0, 100, 0) triggerClientEvent(getElementsByType("player"), "triggerBankSound", player, "alarm2", {1143.9476318359, -1099.3721923828, 19.426834106445}) else outputChatBox(exports.fv_engine:getServerSyntax("Bank","red") .. "Error. Contact Brimo Devloper To Fix This" ,player,255,255,255,true); end else outputChatBox(exports.fv_engine:getServerSyntax("Bank","red") .. "Ma3andkch lou7 !" ,player,255,255,255,true); end end end
-
Hi, welcome to the forums. Please create a new ban appeal including your MTA serial. You can grab it by launching MTA, opening up the console (F8 key by default) and typing 'serial' without any quotes. This is needed so the anticheat team can further investigate your case.
-
This looks like a temporary ban which you must wait to expire in order to be able to play again. I'll move this to ban appeals for the sake of being in the right section.
-
Hi, welcome to the forums! Sorry for the late response, has your issue been fixed or you're still experiencing the same behavior?
-
Hi, welcome to the forums! So this happens whenever you're using ALT+SHIFT (or your language switch keybind) to switch languages? Could you provide a screen capture of the crash you're getting? Also, please download and run MTADiag and follow the instructions. Post any Pastebin URL MTADiag gives you.
-
Closing this as the issue has been resolved.
-
Closing this based on OP's inactivity.
-
Hi @cloud3_ Has your issue been fixed?
-
Hi, I went ahead and removed your image as it was containing your IP, which is something you may not want to be out in the open. You shouldn't have to disable your firewall in order to successfully allow players to join your local server and I highly advise you to enable it back. While it's true that 'openports' shows your ports as being open, please go through this aswell (if you haven't already) and try some of the solutions found there: Also, please let us know whether you've tried this with multiple people or just with your friend. It's handy to know whether this is really a problem with your server/settings or your friend's. For the sake of having more data to go through your problem, please download and run MTADiag aswell and follow the instructions. Post any Pastebin URL MTADiag gives you.
-
Hi, welcome to the forums. Please create a new ban appeal including your serial aswell. To get your serial, launch MTA, open the console (F8 key by default) and type 'serial' without any quotes.
-
Hi, welcome to the forums! I've moved your thread to the Spanish scripting section so you can get better assistance in your native language. Make sure to always use English when posting outside this section!
- 2 replies
-
- 1
-
-
- myslq
- mysql_help
-
(and 3 more)
Tagged with:
-
Moving this to ban appeals.
-
I'll move this to client support while we figure out the issue. You can start playing Multi Theft Auto by downloading & installing it from here: https://mirror.multitheftauto.com/mtasa/main/mtasa-1.5.9.exe Make sure to own a legitimate copy of GTA: San Andreas. If you don't have one, you can search for one to buy here: https://wiki.multitheftauto.com/wiki/Where_to_buy_GTASA
-
Locking this since this thread is quite old. @Hendrill Oliveira Alves Please create your own ban appeal in the ban appeals section found here: https://forum.multitheftauto.com/forum/180-ban-appeals/ Make sure to include your serial and any other relevant information you may have about the incident. You can grab your serial by launching MTA, opening up the console (F8 key by default) and typing 'serial' without any quotes.
-
Reshade is not allowed anymore since April this year due to security reasons. To fix your error, you will have to: 1) Reinstall GTA with original version 2) delete 'dxgi.dll' and/or 'd3d9.dll' from your GTA installation folder You can find more here if you're on our Discord: https://discord.com/channels/278474088903606273/278521065435824128/962506724747653200