Description
This script downloads and updates your ban list file from a provided URL.
url.ini :
[code]# Where is the ban list file ?
[urls]
clanCalendar = http://band-of-brothers.fr/download/banlist_clancalendarCSS.cfg
# Delay (in hours) between each update
[delay]
hours = 24
# What is the final ban list path (from srcds.exe directory)
[ban list]
path = cstrike/cfg/banned_user.cfg[/code]