-
Posts
4,030 -
Joined
-
Days Won
26
Everything posted by ccw
-
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
-
What is your server ip/port ?
-
This should be (mostly) fixed in the latest nightly now: https://nightly.multitheftauto.com/?mtasa-1.0.4-rc-latest
-
Thanks for info. You are correct. I have fixed original post.
-
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).
-
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.
-
Ports not open: https://nightly.multitheftauto.com/ports/?d=86.10 ... odef=1&a=1
-
What is your server ip/port ?
-
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.
-
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
-
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
-
I expect you are referring to 1.0.3
-
What is your server ip/port ?
-
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.
-
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?
-
Try changing the in server\mods\deathmatch\mtaserver.conf to 22004
-
Maybe you are looking for something like this: Web Admin panel by mawej
-
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?
-
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!
-
Please show the contents of mtaserver.conf
-
Try with 'timeMs'
-
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 )
-
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
-
1. Windows or Linux? 2. Do the logs show any warnings or errors? 3. What is the server IP and port?