Good way to create top player system
#9

Youre storing the top players kills in a separate table, and also keep every single players kills in another table?
Just use ORDER BY and LIMIT then to get your toplist from the normal player database, no need to save the same stuff again and again.
Reply


Messages In This Thread
Good way to create top player system - by dominik523 - 10.05.2015, 08:07
Re: Good way to create top player system - by [KHK]Khalid - 10.05.2015, 08:28
Re: Good way to create top player system - by dominik523 - 10.05.2015, 09:59
Re: Good way to create top player system - by PowerPC603 - 10.05.2015, 10:21
Re: Good way to create top player system - by Vince - 10.05.2015, 10:25
Re: Good way to create top player system - by Jimmy0wns - 10.05.2015, 10:26
Re: Good way to create top player system - by dominik523 - 10.05.2015, 10:27
Re: Good way to create top player system - by [KHK]Khalid - 10.05.2015, 10:28
Re: Good way to create top player system - by Mauzen - 10.05.2015, 11:19
Re: Good way to create top player system - by dominik523 - 10.05.2015, 12:11

Forum Jump:


Users browsing this thread: 1 Guest(s)