View Single Post
  #1  
Unread 03-09-2009, 12:15 PM
saroiel saroiel is offline
A Darkpaw Brute
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Server: Storms
Posts: 44
Smile [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.
Reply With Quote