View Single Post
Timocop
AlliedModders Donor
Join Date: Mar 2013
Location: Germany
Old 08-12-2017 , 12:52   Re: [L4D2] VScript Director Options Unlocker
Reply With Quote #6

Quote:
Originally Posted by Timocop View Post
PHP Code:
"Seperate with ';' and assign with '=' (Assign to nothing will remove the key value). (e.g WitchLimit=;TankLimit=5)" 
Code:
l4d2_directoroptions_overwrite "SmokerLimit=2;ChargerLimit=0"
If l4d2_directoroptions_use_check_delay is set to 0 the director keyvalues will be set on every entity post-think, but this should only be used when the director keyvalues are fequently changed by other VScripts. This is very CPU intensive. Otherwise it sets them every 0.5 seconds.
Timocop is offline