-
Posts
83 -
Joined
-
Last visited
-
Days Won
1
Everything posted by Nico834
-
Welcome to our forums! I have moved your topic to the Scripting section, as you can get more help with this here If you have further questions, ask them in the form of a reply and wait patiently for a helpful answer
-
Please follow the steps below: - Please download and run the latest version of MTADiag on your computer. - Post the pastebin link generated by the tool here. * Requires administrator rights on Windows Vista and newer operating systems. * Requires the 2017 version of Visual C++ Redistributable.
-
Please follow the steps below: - Please download and run the latest version of MTADiag on your computer. - Post the pastebin link generated by the tool here. * Requires administrator rights on Windows Vista and newer operating systems. * Requires the 2017 version of Visual C++ Redistributable.
-
If you did not install the game to the original installation path, it may cause problems. I suggest you try to reinstall in the original path and try again.
-
addEventHandler("onPlayerJoin", root, function () -- client has just joined and the proximity voice resource isn't yet running on the client (thus they'd be able to hear everything without limitations on distance) setPlayerVoiceIgnoreFrom(source, root) setPlayerVoiceBroadcastTo(source, nil) outputChatBox("Join", source) end ) addEventHandler("onPlayerQuit", root, function () outputChatBox("Quit", source) local ConnectedStation = getElementData(source, "Voice:ConnectedStation") if ConnectedStation then ConnectedStation = tonumber(ConnectedStation) if Stations['' .. ConnectedStation] then local Found = false for i = 1, #Stations['' .. ConnectedStation] do if Stations['' .. ConnectedStation][i] == source then Found = i break end end if not Found then return "Player not found in Station" end table.remove(Stations['' .. ConnectedStation], Found) setElementData(source, "Voice:ConnectedStation", false, "broadcast") triggerClientEvent(Stations['' .. FactionID], "Voice:BroadcastReset", Player, Stations['' .. FactionID]) return true end end end )
-
Please share your code
-
Download the latest binaries from https://nightly.mtasa.com
-
You should reinstall the game because it currently contains a lot of files that may cause problems.
-
If the problem still persists after checking and repairing your system files, I recommend a complete reinstallation of Windows.
-
You obtained your copy of Grand Theft Auto from an unofficial source, and we do not support such copies. You should always obtain the game from an authorized source, for your own safety and a smooth gaming experience, and I also recommend installing the game in the original installation folder.
-
If the problem still persists, install the latest binaries from https://nightly.mtasa.com
-
You obtained your copy of Grand Theft Auto from an unofficial source, and we do not support such copies. You should always obtain the game from an authorized source, for your own safety and a smooth gaming experience, and I also recommend installing the game in the original installation folder.
-
Grand Theft Auto should be installed in its original installation folder. GTA's path: C:\Program Files (x86)\Rockstar Games\GTA San Andreas
-
Grand Theft Auto should be installed in its original installation folder. GTA's path: C:\Program Files (x86)\Rockstar Games\GTA San Andreas
-
Follow this guide: Use the System File Checker tool to repair missing or corrupted system files - Microsoft Support
-
Please follow the steps below: - Please download and run the latest version of MTADiag on your computer. - Post the pastebin link generated by the tool here. * Requires administrator rights on Windows Vista and newer operating systems. * Requires the 2017 version of Visual C++ Redistributable.
-
If Kaspersky anti-malware software is installed on your computer, update the definitions or whitelist Multi Theft Auto. If this doesn't help either, or if the mentioned software is not installed on your computer, then download the latest version of Multi Theft Auto from here.
-
Your copy of Grand Theft Auto is probably incomplete or modified. You should buy the game, or if you have already done so, reinstall or verify the integrity of the files.
-
Please follow the steps below: - Please download and run the latest version of MTADiag on your computer. - Post the pastebin link generated by the tool here. * Requires administrator rights on Windows Vista and newer operating systems. * Requires the 2017 version of Visual C++ Redistributable.
-
Your copy of Grand Theft Auto is probably incomplete or modified. You should buy the game, or if you have already done so, reinstall or verify the integrity of the files.
-
Please follow the steps below: - Please download and run the latest version of MTADiag on your computer. - Post the pastebin link generated by the tool here. * Requires administrator rights on Windows Vista and newer operating systems. * Requires the 2017 version of Visual C++ Redistributable.
-
You can issue a bug report here: New Issue · multitheftauto/mtasa-blue (github.com)
-
bindKey("m", "down", function() showCursor(not isCursorShowing()) end )
-
Hi The problem seems to be server specific. Thus we can't help you with it here, please post your request for help with scripting in the appropriate topic. Regards, Nico.