View Single Post
  #7  
Old 08-19-2012, 11:45 AM
Tim_Rocks Tim_Rocks is offline
a true gentlemen
Tim_Rocks's Avatar
Join Date: Aug 2008
Location: USA
Posts: 1,863
Tim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to beholdTim_Rocks is a splendid one to behold
I would try using a slider in this case, which would allow having more AP options without having to create multiple buttons, then trigger server to actually set it as Chris stated.
PHP Code:
new GuiSliderCtrl("AP_Slider") {
  
profile GuiBlueSliderProfile;
  
10;
  
10;
  
width 160;
  
height 20;
  
range = {0,100};
  
value 30;
  
ticks 10;

__________________
Reply With Quote