Quote:
Originally Posted by teame06
If you are doing this
Code:
give_item(id,"CSW_SHIELD")
Then that why it doesn't work. For give_item CSW_* is not the proper way weapon name. It has it be weapon_*.
Code:
give_item(id, "weapon_shield");
|
I use weapon_shield... *sigh* Oh well i give up. Ill try to make a way that prevents them from picking up any weapons at all. But thank you all for trying to help.
__________________