07-02-2009, 02:58 PM
My config
sv_pure 1
sv_consistency 1
sv_pure_kick_clients 0
I have a pure_server_whitelist.txt file. It resides in my cstrike dir, I also have a copy above that in the hl2 dir.
When the config loads I get
"No pure_server_whitelist sv_pure = 0"
Any ideas why?
sv_pure 1
sv_consistency 1
sv_pure_kick_clients 0
I have a pure_server_whitelist.txt file. It resides in my cstrike dir, I also have a copy above that in the hl2 dir.
Code:
whitelist
{
materials\... from_steam
models\... from_steam
sound\... from_steam
models\weapons\... allow_from_disk
materials\models\weapons\... allow_from_disk
materials\decals\custom\... allow_from_disk
sound\admin_plugin\... allow_from_disk
sound\custom\... allow_from_disk
sound\weapons\... allow_from_disk
materials\temp\... allow_from_disk
materials\vgui\logos\... allow_from_disk
materials\vgui\logos\ui\... allow_from_disk
}
When the config loads I get
"No pure_server_whitelist sv_pure = 0"
Any ideas why?