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.