Thread: Weapon killer
View Single Post
  #5  
Old 06-22-2001, 08:24 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
Here's how it should be done...

NPC Code:

if (playerenters) {
toweapons NAME TO DELETE;
}
if (isweapon)
destroy;



Very easy to make... Even easier with the NPC server.

NPC Code:

removeweapon NAME TO DELETE;

__________________
Eric Kraft
Reply With Quote