View Single Post
Pythong
SourceMod Donor
Join Date: Dec 2008
Old 12-15-2013 , 23:00   Re: [ANY] Connection Method Viewer
Reply With Quote #35

Quote:
Originally Posted by Marverlous View Post
This could give birth to a cool plugin that show how many people favorited you server.
From the Player Analytics database if you run the following query you can get results:

Quote:
SELECT COUNT( DISTINCT Auth )
FROM `player_analytics`
WHERE `connect_method` = 'serverbrowser_favorites'
Pythong is offline