Quote:
Originally Posted by Chompy
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 onActionClientside( cmd , p1 , p2 , p3 , p4 ) {
switch ( cmd ) {
case "Attacked":