View Single Post
  #17  
Old 08-03-2008, 02:27 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
onActionProjectile() triggers clientside when the player is hit with it. You should use onActionProjectile2() I guess, not sure if onActionProjectile() works for NPCs.
For onActionProjectile2():
params[0] is the x where the projectile lands
params[1] is the y
params[2 .. n] are the shoot paramaters (setShootParams() I think)
__________________
Reply With Quote