View Single Post
  #3  
Old 03-30-2008, 01:51 AM
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
PHP Code:
function onActionStuff() {
  echo(
"Somebody just trigered a test class! Odamn..");
}

function 
onCreated() {
  
setshape(13232);
  
dontblock();
}

//#CLIENTSIDE
function onCreated() {
  
setshape(13232);
  
dontblock();
  
  
triggeraction(this.xthis.y"Stuff"NULL);

Don't use "ServerSide" as the action name, this wont work. I'm also not sure if the shape on the clientside is needed, I just always do it


Edit: Neo also has a valid point. If it's joined into a weapon, it should work.
Reply With Quote