View Single Post
  #1  
Old 03-30-2008, 01:46 AM
Frankie Frankie is offline
xChugxLifex
Frankie's Avatar
Join Date: Feb 2008
Location: New York
Posts: 1,610
Frankie is a jewel in the roughFrankie is a jewel in the rough
Send a message via AIM to Frankie Send a message via MSN to Frankie
does triggerserver work in classes? (originally named "does...")

does triggerserver work in classes?

something really simple like this doesn't even work so I'm assuming it doesn't work in classes :X


PHP Code:
function onActionServerSide()
{
  
message("hi");
}
//#CLIENTSIDE
function onPlayerChats()
{
  if (
player.chat == "hi")
  {
    
triggerserver("weapon"this.name"");
  }

I always thought it did
__________________
*Sum41Freeeeek
*Frankie
Reply With Quote