Jump to content

ccw

MTA Team
  • Posts

    4,030
  • Joined

  • Days Won

    26

Everything posted by ccw

  1. The backup master server only works with the updated version of 1.0.4 Download it from here: Windows: http://www.multitheftauto.com Linux: http://linux.multitheftauto.com
  2. What is your server ip/port ?
  3. This should be (mostly) fixed in the latest nightly now: https://nightly.multitheftauto.com/?mtasa-1.0.4-rc-latest
  4. ccw

    Anti-Cheat Corner

    Thanks for info. You are correct. I have fixed original post.
  5. While doing W+S+R_ARROW, the cheetah turns but stops every so often, as if the brakes have been tapped. Edit: I can happen on other cars, but the cheetah is the worst. It seems to be linked to frame rate, that is, if you put the frame limiter on in GTA, the problem almost disappears. (Probably why it wasn't noticeable in MTA:Race).
  6. I see. I tried the Cheetah and it doesn't turn smoothly. Although it is the same for 1.0, 1.0.1 and 1.0.2 also. Edit: I just tried in GTA and it doesn't turn smoothly there as well.
  7. Ports not open: https://nightly.multitheftauto.com/ports/?d=86.10 ... odef=1&a=1
  8. What is your server ip/port ?
  9. Ok, I bound these keys to test: Accel . . . . . . .W . . . . . . L_CTRL Brake . . . . . . .S . . . . . . L_ALT Vehicle left . . . A . . . . . . ARROW_L Vehicle right . . D . . . . . . ARROW_R And tried these key combinations: Accl. key. . . . Brake key. . . . Steer key W. . . . . . . . . S. . . . . . . . . . A. . . . . . . . . . .No turn W. . . . . . . . . S. . . . . . . . . . D. . . . . . . . . . .No turn W. . . . . . . . . S. . . . . . . . . . ARROW_L. . . . . No turn W. . . . . . . . . S. . . . . . . . . . ARROW_R . . . . .Right turn W. . . . . . . . . L_ALT. . . . . . .A. . . . . . . . . . .Left turn W. . . . . . . . . L_ALT. . . . . . .D. . . . . . . . . . .Right turn W. . . . . . . . . L_ALT. . . . . . .ARROW_L. . . . . Left turn W. . . . . . . . . L_ALT. . . . . . .ARROW_R. . . . . Right turn L_CTRL. . . . . .S. . . . . . . . . .A. . . . . . . . . . . Left turn L_CTRL. . . . . .S. . . . . . . . . .D. . . . . . . . . . . Right turn L_CTRL. . . . . .S. . . . . . . . . .ARROW_L. . . . . Left turn L_CTRL. . . . . .S. . . . . . . . . .ARROW_R. . . . . Right turn This is for my keyboard on Windows 7. I got the same result in MTA and GTA, so I'm not sure there is much more we can do.
  10. This should be fixed in the latest update (2459). Please check and report if it is fixed for you: Settings->Advanced->Update build type->Nightly->Check for update now
  11. I see you are using a nightly version. (1.0.4 build 2436) Please install this: http://www.busign.nl/mirror/mtasa/MTASA-1.0.4.exe (After install, if the game asks to update, say 'No') If that doesn't help, please install this and report if it works: http://www.busign.nl/mirror/mtasa/MTASA-1.0.3.exe
  12. ccw

    Serial ban???

    I expect you are referring to 1.0.3
  13. What is your server ip/port ?
  14. ccw

    Help ! Don't work.

    I guess line 31 of sql\mysql.lua ought to be changed: [strike]local port = get( "port" ) or 3306[/strike] local port = tonumber( get( "port" ) or 3306 ) But I can't be sure. I suggest you contact the author of the script.
  15. ccw

    Help ! Don't work.

    Have you updated the MTA server from here? https://nightly.multitheftauto.com/?mtasa-1.0.4-rc-latest Also, do you have a MySQL server running?
  16. ccw

    Port 22126 problem

    Try changing the in server\mods\deathmatch\mtaserver.conf to 22004
  17. ccw

    help MTA Server

    Maybe you are looking for something like this: Web Admin panel by mawej
  18. I see you are using a nightly version. Does the same thing happen when you install the stable version: http://www.og-servers.net/files/MTASA-1.0.4.exe ( You can turn off nightly updates by going to the settings: Settings->Advanced->Update build type->Default ) Also, does GTA single player work ok?
  19. ccw

    Port 22126 problem

    Have you tried this?
  20. ccw

    Help ! Don't work.

    1. 'irc' resource is failing because 'ml_sockets.dll' is failing to load 2. The other resources are failing because "MySQL 5.0 database module" is having problems. Solution: 1. Get the latest nightly, as this will show you the MySQL errors: https://nightly.multitheftauto.com/?mtasa-1.0.4-rc-latest 2. To fix ml_sockets.dll, you need either: a) To find and put MSVCP90D.DLL and MSVCR90D.DLL next to ml_sockets.dll (and hope it works) or b) Get another version of ml_sockets.dll (and hope it works) This might be ok: http://multitheftauto-modules.googlecod ... ockets.dll Good luck!
  21. ccw

    Help ! Don't work.

    Please show the contents of mtaserver.conf
  22. The usage of executeSQLQuery is explained here: https://wiki.multitheftauto.com/wiki/ExecuteSQLQuery So to get the top times for example: local tableName = "race maptimes Sprint " .. mapInfo.name local result = executeSQLQuery("SELECT * FROM ?", tableName )
  23. ccw

    Problem when join (server)

    I can't create the error here. How many of your players get the same problem? Anyway, it could be a client side script error - Look at the end of MTA\clientscript.log for clues
  24. ccw

    Problem when join (server)

    1. Windows or Linux? 2. Do the logs show any warnings or errors? 3. What is the server IP and port?
×
×
  • Create New...