Jump to content

ccw

MTA Team
  • Posts

    4,030
  • Joined

  • Days Won

    26

Everything posted by ccw

  1. 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"} )
  2. Thanks for the info. Seems like the file permissions got mangled somehow. I suggest scanning your disk for errors to prevent future problems.
  3. That's the problem. Delete: C:\ProgramData\MTA San Andreas All\1.4 and reinstall 1.4
  4. Does this directory exist? C:\ProgramData\MTA San Andreas All If so, what are the contents?
  5. 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
  6. ccw

    Object collision problem

    Sorry, it is not possible to scale the object collision.
  7. Yes for the server: http://linux.multitheftauto.com/
  8. ccw

    You were kicked by *mynick*

    Thanks There are no problems with your client. Ask the server owner if he has blocked you from the server.
  9. ccw

    You were kicked by *mynick*

    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.
  10. Please give an example of how custom keys can be used for cheating.
  11. 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.
  12. ccw

    You were kicked by *mynick*

    Please show a screenshot of the kick message
  13. Install Visual C++ 2012 runtimes Make sure you choose vcredist_x86.exe
  14. ccw

    cant open MTA sa

    You are missing several drivers. Get them from here: http://www8.hp.com/us/en/drivers.html
  15. ccw

    cant open MTA sa

    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.
  16. ccw

    1.4 Beta Release

    Following languages have now been added: Croatian, Norwegian, Swedish, Turkish
  17. 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.
  18. This can be caused by viruses. Do you have anti-virus installed?
  19. ccw

    MTA Freezing

    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!
  20. 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.
  21. 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/
  22. ccw

    Mtaserver.conf reload

    You can save it (like Grafu said) by changing some setting, but it is not possible to load it.
  23. Have you set in mtaserver.conf?
  24. 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/
×
×
  • Create New...