View Single Post
  #77  
Old 02-04-2004, 01:03 AM
Termina_Owner Termina_Owner is offline
Registered User
Join Date: Oct 2003
Posts: 175
Termina_Owner is on a distinguished road
Go Duwul!

GMan, can you just CENTRALIZE all your questions? Or post them all in one area?

You can have this:

Pick Axe:
NPC Code:

//#CLIENTSIDE
if (weaponfired){
triggeraction playerx+1.5+vecx(playerdir)*2,playery+2+vecy(playe rdir)*2,mined,4;
}


NPC:
NPC Code:

if (created){
setshape 1,32,32;
}
if (actionmined){
message Aww.. You hit me! You Filthy Cheater!... You did #p(0) damage to me! Arg;
}

__________________
- Rance Vicious
Reply With Quote