View Single Post
  #11  
Old 04-22-2007, 01:24 AM
Novo Novo is offline
[TServerDeveloper]
Join Date: Jun 2006
Posts: 448
Novo will become famous soon enough
PHP Code:
function Chatbar.onAction()
  {
  
doStuff();
  } 
Check wiki for GUI Tabs -- There is an example there.
Reply With Quote