View Single Post
  #1  
Old 05-19-2006, 05:14 AM
wild8900 wild8900 is offline
Mr. Brightside
wild8900's Avatar
Join Date: Dec 2005
Posts: 418
wild8900 is an unknown quantity at this point
Send a message via MSN to wild8900
Shoot params help

Ok, so Ive been toying with shoot for some time. Ive gotten it to work a long time ago but Ive been using in the weapon npc

NPC Code:
setshootparams 0,0,arrow;
shoot yadayadayada;



and I use this in the main system. I want to make an explosion or bomb be set where the projectile hit a player or hit a wall. I tried using params but I couldnt get it x.x

NPC Code:
//#CLIENTSIDE
if (actionprojectile){
if (strequals(#p(2),arrow)){
blahblahblah
}

__________________
Reply With Quote