Quote:
Originally posted by TDK_RC6
disableselectweapons
enableselectweapons
its something like that
|
your right on the nose. and to answer the other question it has to be in the weapon, like:
NPC Code:
if (playertouchsme) toweapons weapon;
if (actionWeaponDestroy) destroy;
unless its p2p than its just:
NPC Code:
removeweapon weapon;