-
Posts
4,030 -
Joined
-
Days Won
26
Everything posted by ccw
-
You could use addDebugHook to trace where blowVehicle is being called like this: function onBlowVehicle( sourceResource, functionName, isAllowedByACL, luaFilename, luaLineNumber, ... ) local args = { ... } local resname = sourceResource and getResourceName(sourceResource) outputDebugString( "preFunction" .. " " .. tostring(resname) .. " " .. tostring(functionName) .. " allowed:" .. tostring(isAllowedByACL) .. " file:" .. tostring(luaFilename) .. "(" .. tostring(luaLineNumber) .. ")" .. " numArgs:" .. tostring(#args) .. " arg1:" .. tostring(args[1]) ) end addDebugHook( "preFunction", onBlowVehicle, {"blowVehicle"} )
-
Thanks for the info. Seems like the file permissions got mangled somehow. I suggest scanning your disk for errors to prevent future problems.
-
That's the problem. Delete: C:\ProgramData\MTA San Andreas All\1.4 and reinstall 1.4
-
Does this directory exist? C:\ProgramData\MTA San Andreas All If so, what are the contents?
-
I guess you transferred the files using FTP - I hope you used binary mode. Try this: chmod 755 mta-server If it doesn't help, show a screenshot of the error
-
Sorry, it is not possible to scale the object collision.
-
Yes for the server: http://linux.multitheftauto.com/
-
Thanks There are no problems with your client. Ask the server owner if he has blocked you from the server.
-
Please download and run MTADiag and follow the instructions. If MTADiag doesn't launch, please install Visual C++ 2012 runtimes (download and install vcredist_x86.exe) and try again. Press 'n' when asked. Post any Pastebin URL MTADiag gives you.
-
Please give an example of how custom keys can be used for cheating.
-
Please download and run MTADiag and follow the instructions. If MTADiag doesn't launch, please install Visual C++ 2012 runtimes (download and install vcredist_x86.exe) and try again. Press 'n' when asked. Post any Pastebin URL MTADiag gives you.
-
Please show a screenshot of the kick message
-
Install Visual C++ 2012 runtimes Make sure you choose vcredist_x86.exe
-
You are missing several drivers. Get them from here: http://www8.hp.com/us/en/drivers.html
-
Please download and run MTADiag and follow the instructions. If MTADiag doesn't launch, please install Visual C++ 2012 runtimes (download and install vcredist_x86.exe) and try again. Press 'n' when asked. Post any Pastebin URL MTADiag gives you.
-
Following languages have now been added: Croatian, Norwegian, Swedish, Turkish
-
Please download and run MTADiag and follow the instructions. If MTADiag doesn't launch, please install Visual C++ 2012 runtimes (download and install vcredist_x86.exe) and try again. Press 'n' when asked. Post any Pastebin URL MTADiag gives you.
-
fail to download mta 1.3 update to join server[HELP]
ccw replied to abod99119911's question in Client
This can be caused by viruses. Do you have anti-virus installed? -
Create an empty file called 'debug.txt' in your MTA install directory. i.e.: D:\Program Files (x86)\MTA San Andreas 1.3\debug.txt Then start MTA. When the next freeze occurs, hold down both Left Ctrl and Right Ctrl and MTA will crash. Then zip up D:\Program Files (x86)\MTA San Andreas 1.3\MTA\dumps\ and upload here: http://upload.mtasa.com/ P.S. You have to hold both Ctrl keys during the freeze, so be quick!
-
Please download and run MTADiag and follow the instructions. If MTADiag doesn't launch, please install Visual C++ 2012 runtimes (download and install vcredist_x86.exe) and try again. Press 'n' when asked. Post any Pastebin URL MTADiag gives you.
-
Ask your server host
-
libmysqlclient.so.16 is required. Safest way to install it is: apt-get install mysql-client-5.1 If that doesn't fix it, put this file https://nightly.multitheftauto.com/files/libmysqlclient.so.16 into: /usr/local/lib/
-
You can save it (like Grafu said) by changing some setting, but it is not possible to load it.
-
Have you set in mtaserver.conf?
-
Send a notice to the server provider saying they are hosting your copyrighted material without permission. List the URLs which are being hosted illegally, which would be something like this: http://server:http_port/resource/filename/
