pro-mos Posted August 27, 2015 Share Posted August 27, 2015 Hello, I just registered to ask about: Where are race toptimes saved? I found a question like this, but its from 2010 and has an outdated answer. Link to comment
Mr_Moose Posted August 27, 2015 Share Posted August 27, 2015 There aren't many ways to save such information but you could try searching in all the files for database or xml functions, as those may give a hint about the location. I'm not even sure if anything is saved or where to find the top times itself. I'll post an update if I find anything, but someone else might do it before me. Link to comment
SunArrow Posted August 27, 2015 Share Posted August 27, 2015 They are saved in default SQL Database (registry.db i think), check this location for more information mta directory/server/mods/deatmatch/resources/[gamemodes]/[race]/addons/race_toptimes Link to comment
Mr_Moose Posted August 27, 2015 Share Posted August 27, 2015 They are saved in default SQL Database (registry.db i think), check this location for more informationmta directory/server/mods/deatmatch/resources/[gamemodes]/[race]/addons/race_toptimes Found it in "internal.db", each map has it's own table with player nick names, serial, time, date and time when the record was set and so on, the table prefix is "race_". Shouldn't be to hard to extract the information from there then. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now