View Single Post
  #24  
Old 12-14-2008, 03:30 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by Pelikano View Post
function onActionServerSide() {
putnpc2(params[0],params[1],"join bullet;");
}
Yeah. You should do this:

PHP Code:
function onActionServerside() {
  
temp.proj putnpc2(params[0], params[1], NULL);
  
temp.proj.owner player;
  
temp.proj.join("bullet");
 

Then, for the dir, type this.owner.dir instead of player.dir.
Reply With Quote