View Single Post
  #13  
Old 11-13-2001, 08:25 PM
TDO2000 TDO2000 is offline
Registered User
TDO2000's Avatar
Join Date: Jul 2001
Location: Germany
Posts: 655
TDO2000 is on a distinguished road
Quote:
Originally posted by grim_squeaker_x
NPC Code:
if (playerenters||timeout) {
if (!isweapon) toweapons -System!@;
else hurt 40;
timeout=0.05;
}

NPC Code:

if(playerenters || timeout){
toweapons Oh yeah a silly weapon;
timeout=.05;
}



Stefan would love this
__________________
No Webhost at the moment
Reply With Quote