-
Posts
2,100 -
Joined
-
Last visited
-
Days Won
62
Everything posted by Vinyard
-
Hi, welcome to the forums. You're already on it so there's no need to join anything. Please describe your issue in more detail as what you've provided is not exactly helpful.
-
You're welcome, I'm glad you've found a solution! Have a nice day!
-
Hi, MTADiags throws warnings about you having some non-standard GTA files. You're also getting some unhandled exceptions. They might be the cause of your problems, therefore please try: Updating your drivers to their latest version; Perform a clean reinstall of both GTA:SA and MTA - make sure the GTA:SA copy is unmodded and legitimate.
-
Hi, MTADiag throws warnings about you having non-standard GTA files in your game installation folder. Try a clean game reinstall with an unmodded version of the game. Also, make sure to use a legitimate copy of the game.
-
Locking this based on inactivity, OP if you're still facing this issue, let me know and I'll reopen this thread.
-
I can't really say I'm an expert either, but improving your device specs will obviously have a positive overall impact on your performance. As I stated previously, this is not mandatory if the perfomance drop you experience happens only on one specific server - this has to do more with how that server is configured/optimized and how heavy-modded it is, rather your specs being the problem.
-
Hi, welcome to the forums! Please be more specific to what problems you're actually facing when trying to setup that gamemode, since this is a scripting channel. If you'd like to recruit people to your project to help you out, please consider creating a topic at the Looking for staff section here: https://forum.multitheftauto.com/forum/149-looking-for-staff/
-
Closed on OP's request.
-
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?
