Thread: Mousewheel
View Single Post
  #3  
Old 04-20-2006, 03:31 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
I know how to use in GS1.. was curious if their is anything for GUI controls w/ it.


Hey.. uhh.. whats up w/ this:
PHP Code:
function onActionItemInfo(action)
{
  switch (
action)
  {
    case 
"getiteminfo":
    {
      
player.chat "Test";
      break;
    }
  }
}
//#CLIENTSIDE
function onPlayerChats()
{
  if (
player.chat == "/products")
  {
    
triggeraction(xy"iteminfo""getiteminfo");
    
onCreateVars();
    
onDrawGui();
  }


Last edited by KuJi; 04-20-2006 at 04:58 PM..
Reply With Quote