Thread: Robbing; help
View Single Post
  #4  
Old 01-13-2009, 03:10 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
If it's in a class, you need to have a serverside shape set, so it can be triggered, and you cannot use "serverside" or "clientside" as action names.
Example:

PHP Code:
function onCreated()
  
setShape(13232);

function 
onActionExample()
  
this.chat "Oh my god, I was triggered!";

//#CLIENTSIDE
function onCreated()
  
triggerAction(this.xthis.y"Example"nil); 
Reply With Quote