[Resolved] checkbox hide cloaks ?
Hello,
I try to make a window with a checkbox for hide/show cloaks
I put this in my checkbox properties :
OnSet : cl_show_cloaks true
OnunSet : cl_show_cloaks false
and .. don't work (
i've try with :
OnSet : /cl_show_cloaks 1
OnunSet : /cl_show_cloaks 0
OnSet : cl_show_cloaks=1
OnunSet : cl_show_cloaks=0
and nothing work.
Is it possible to show/hide cloaks with a checkbox ?
Tanks
Last edited by saroiel : 03-09-2009 at 01:13 PM.
|