Originally posted by FRlNZ
Syg quick question im use this asan example if i put this setDvar("r_lightTweakSunColor","0000"); gonna make make darker but wat will be to disable it o # to normal sky example good put it wen open menu so wen dey close bck to normal
I would try this to get the default value of the dvar and then you can set it to that when you want to set it back to default -
defaultValue = GetDvarint("r_lightTweakSunColor");
SetDvar("r_lightTweakSunColor", defaultValue);