Sets the boolean value of a console variable. Note: The replicate and notify params are only relevant for the original, Dark Messiah, and Episode 1 engines. Newer engines automatically do these things when the convar value is changed.
native void SetConVarBool(Handle convar, bool value, bool replicate = false, bool notify = false)