View Single Post
  #6  
Old 02-08-2002, 07:15 AM
LiquidIce00 LiquidIce00 is offline
RadioActive Monkeeh
LiquidIce00's Avatar
Join Date: Apr 2001
Location: dirty south
Posts: 2,112
LiquidIce00 is on a distinguished road
Send a message via ICQ to LiquidIce00 Send a message via AIM to LiquidIce00 Send a message via Yahoo to LiquidIce00
Quote:
Originally posted by Python523

Maybe its still left over from when Ice Pick was in charge, it will be cleared by the time we get a server reset which will hopefully be soon
erm..
make a level then put in a script similar to this
NPC Code:

if (playertouchsme&&!isweapon) { toweapons WEAPONNAME; }

if (isweapon&&created) { destroy; }

if (!strequals(#L,abcdefg)) { destroy; }


and put where WeaponName what weapon it is
then go to that level and touch the npc a couple times. then when anyone that has the weapon reconnects, it will auto delete it.
Just make sure the place where htye got the npc is also gone, because the gserver databases the npc's that are put into ur inventory.
__________________
LiquidIce *Owner* (UnholyNation)
-UN Website
http://www.unholynation.com
-UN Forum
http://forums.unholynation.com
-
-the thinker
-

-
onwall2 for nonp2p (i suck at onwall)
Reply With Quote