So i have 3 questions and will be glad to see some answers :
1. is it posible to logging GUIDS not pbguids and players IP's to mod.log?
2. anyone know what need to configure for writing html links to console? etc - i have some like this in banner.cfg - http://www.url_of_our_forum.blabla, but in console i see only http://
3. little bit about voting works: we have 2 teams with 10 players in each one, in the mod config file:
Code
[voting]
enabled = 1
duration = 45
interval = 120
annouce = 15
minplayers = 2
maxvotesperplayer = 1
allowkick = 1
allowban = 0
allowmap = 1
allowgametype = 1
allownextmap = 1
allowrestart = 1
allowedmaps = "<maps.cfg>"
allowedgametypes = "war,koth,dm,sab,sd"
Alles anzeigen
and when someone start voting (!vote some) after 2 votes, voting is passed but 18 players do not want to vote )) and i can't change 'minplayers' - what if only 2 players play on the server and whant start votig ) How be with it?