View Single Post
  #3  
Old 01-11-2009, 03:04 AM
Novice Novice is offline
Developer
Join Date: Dec 2008
Posts: 90
Novice is an unknown quantity at this point
Send a message via MSN to Novice
Quote:
Originally Posted by Chompy View Post
Does onActionAttack() get triggered?
No, onActionClientside() gets triggered, or is supposed to. I see what you mean by this, am I doing it wrong? I have used triggerclient() much except editting some things so I'm not too sure.
Then "Attacked" is the first param
PHP Code:
function onActionClientsidecmd p1 p2 p3 p4 ) {
  switch ( 
cmd ) {
    case 
"Attacked"
Reply With Quote