View Single Post
  #6  
Old 06-23-2005, 04:37 PM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
If you are using the new engine, why are you using old engine constructs?

HTML Code:
function onReturnData(category, list)
{
  player.triggerclient(player.weapon.name, temp.category, temp.list);
}

//#CLIENTSIDE
function onActionClientside()
{
  player.chat = "Received.";
}
Reply With Quote