View Single Post
NoroHime
Veteran Member
Join Date: Aug 2016
Location: bed
Old 12-11-2022 , 03:11   Re: [L4D & L4D2] Indomitable Survivor Bot v1.9 [2-December-2022]
Reply With Quote #32

Quote:
Originally Posted by Mr. Man View Post
Hi, some of your CVARs are unclear:


Code:
// prevent be control from: 1=charger 2=hunter 4=smoker 8=jockey -1=All 15=All
// add numbers together you want, require 'Left 4 Dhooks Direct'
// -
// Default: "-1"
indomitable_bot_block_control "-1"

What is the difference between -1 and 15? If I want to disable this one and allow bots to be incapped by SI which one should I be using?
-1 is special digit in programming than binary is 111111.., this option is binary mask option, set -1 mean allow all option even plugin add new sub option on future, 15 is all for now, that mean 1+2+4+8, so you want disable just set to 0
__________________

Last edited by NoroHime; 12-11-2022 at 03:11.
NoroHime is offline