Quote:
Originally posted by Dragona2002
2 questions (again )
1.i just cant figure out how to remmove a weapon from ur Q window
(weaponlist)
2. how do i remove the item from a inventory ?
example of command :
if (playertouchsme) {
toinventory itemname;
}
how do i delete it from the inventory ?
|
1) removeweapon weapon name (only if your using NPC Server)
If your not using NPC Server you can add a bit at the bottom of the script like
NPC Code:
if (flagnamehere) {
destroy;
}
2) unset flag (flag will be whatever you have toinventoried)