• Slider controls.
    2 replies, posted
Hey there, community. Are there any other slider type controls other than "Integer" and "Float" ? I need to be able to set a value to 0.xxx and not just 0.xx. Thanks in advance.
Hacky method: Use Integer and then when you need to use said value multiply the integer by .001 or something.
[QUOTE=LEETNOOB;29800525]Hey there, community. Are there any other slider type controls other than "Integer" and "Float" ? I need to be able to set a value to 0.xxx and not just 0.xx. Thanks in advance.[/QUOTE] Edit the slider VGUI control
Sorry, you need to Log In to post a reply to this thread.