View Single Post
  #2  
Old 08-07-2006, 08:18 PM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
Deal with them the same as a regular checkbox control.
Make a new GuiRadioCtrl for each button in the group.
Set their 'groupnum' variables to the same values. Only one button with the same groupnum can be checked at a time.
You can then read which is checked by going through each GUI and reading 'GUI.checked'
Reply With Quote