LabiVila Posted July 5, 2015 Share Posted July 5, 2015 Hey guys, I'm about to try and make a script to get top time 1's time and the player who has it. But I have no clue how to start, any advice? Link to comment
GTX Posted July 5, 2015 Share Posted July 5, 2015 If you're using MySQL/SQLite: SELECT name, time FROM toptimesTable WHERE map='"..map.."' ORDER BY time ASC LIMIT 1 Let me know if you're using different structure. 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