View Single Post
  #2  
Old 05-28-2009, 10:02 PM
Stryke Stryke is offline
Scripter
Join Date: Apr 2008
Posts: 157
Stryke is an unknown quantity at this point
triggerserver(..) only works on weapons.

Use this:
PHP Code:
triggeraction(this..5this..5"Trigger"); 
And to receive:
PHP Code:
function onCreated() {
  
setshape(13232);
}

function 
onActionTrigger() {
  
this.destroy();

Reply With Quote