Thread: Remove
View Single Post
  #6  
Old 07-17-2002, 12:20 AM
Max-imus Max-imus is offline
Registered User
Join Date: May 2002
Posts: 201
Max-imus is on a distinguished road
With an NPC Server you can just delete it from the level and then delete it from the weapons database.

On a playerworld without an NPC Server, just put this in the weapon you want to delete

if (playertouchsme) {toweapons weaponname;}
if (weaponfired) {sleep.1;destroy;}
if (isweapon){sleep.1;destroy;}

If the original weapon isn't on the server anymore, just make a new npc with an image, put that script in the npc, and make sure the weapon name is the same.
__________________
¤Mā×Īmū§¤ - Manager of Delteria
Reply With Quote