Thread: Npc Trigger
View Single Post
  #7  
Old 09-09-2011, 05:04 PM
blackbeltben blackbeltben is offline
Registered User
Join Date: Aug 2011
Posts: 83
blackbeltben is on a distinguished road
the shape was set.
and this line is under the weapon. which is CLIENTSIDE

PHP Code:
  temp.player.0.5 + (vecx(player.dir) * 2); 
  
temp.player.+ (vecy(player.dir) * 2); 
  
temp.tnpcs findareanpcs(temp.xtemp.y22); 
  for(
temp.temp.tnpcs){ 
    
temp.n.trigger("onWasDmg"player.clientr.dmg); 
  } 
And this is the baddie's which is SERVERSIDE

PHP Code:
function onWasDmg()
{
this.chat "hit"
Reply With Quote