if running L4D2
Some cvar configs are replaced by director vscript,
Search for vscript in the forum you may find some stuff.
Example of vscript here:
https://github.com/jacob404/Official...ert_finale.nut
PHP Code:
PanicOptions <-
{
CommonLimit = 25
}
You can replace that with
Left 4 DHooks using
PHP Code:
// L4D2 only. A script value is map specific
forward Action L4D_OnGetScriptValueInt(const char[] key, int &retVal);
__________________