View Single Post
Plugin Info:     Modification:          Category:         
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 08-14-2019 , 11:42   Visitor Counter v1.4
Reply With Quote #1


Description:
This plugin is intended to help you see whether your server is doing better or worse (talking of players number), by listing all people that visit your server and giving you an exact number of today's visitors. It logs players by SteamID, and the same SteamID won't be logged again if the date that it's logged is the same as today, although it will be allowed to be logged if it isn't.

Chat


HUD


MOTD

Commands:
Code:
say /visitors
say_team /visitors
Configuration:
Code:
// Methods to display message <1=Chat|2=HUD|3=MOTD>
VC_METHOD = 3

// Should only admins be able to see <0=Everyone|1=Admins only>
VC_ADMINS_ONLY = 0

// Admin flag required to open the menu
VC_ADMIN_FLAG = b

// HUD color Red
VC_HUD_COLOR_R = 125

// HUD color Green
VC_HUD_COLOR_G = 0

// HUD color Blue
VC_HUD_COLOR_B = 125

// HUD X position
VC_HUD_POSITION_X = 0.40

// HUD Y position
VC_HUD_POSITION_Y = 0.40

// HUD duration
VC_HUD_DURATION = 5.0

// MOTD Message
VC_MOTD_MESSAGE = <body bgcolor="black"><center><img src="https://img.icons8.com/officel/2x/person-male.png"><br><font size="16" color="blue"><u>Visitor Counter</u></font><br><br><br><b></font><font color="orange"> %L</font></b></center>

// File to store SteamIDs
VC_SAVE_FILE = VisitorCounter.ini
Credits:
iceeedr - Brazilian Portuguese translation
OciXCrom - Bulgarian and Macedonian translation
Myself - Albanian translation
DevilBoy.eXe - Romanian translation
Attached Files
File Type: zip VisitorCounter v1.4.zip (8.8 KB, 398 views)
File Type: txt visitor_counter.txt (3.1 KB, 378 views)
__________________

Last edited by edon1337; 08-25-2019 at 12:17. Reason: update v1.4
edon1337 is offline