Thread: Shop Menu
View Single Post
  #2  
Old 04-12-2007, 04:21 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
You don't actually have anything in that scroll control. If you wanted to add a control to it, you would do
PHP Code:
new GuiScrollCtrl("blah")
{
  
//vars
  
  
new GuiTextCtrl("blah2")
  {
    
//vars
  
}

Currently you just have a control over it.

Why not add a way to easily add items to be sold? Make an inventory system? So far it's just an empty gui control.
Reply With Quote