AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Trash (https://forums.alliedmods.net/forumdisplay.php?f=22)
-   -   strip weapons (https://forums.alliedmods.net/showthread.php?t=58046)

nightscreem 07-17-2007 19:01

strip weapons
 
Well i had my own script to just drop the weapons
But you can't drop knife or he grenade
So i need to know how to remove them because my code looks like below using strip_user_weapons
when player is a chicken it strips weapon, so all weapons are stripped but then when I'm not chicken anymore i can't pick up primary weapon.. :S
Code:
public weapon_switch(id) {     if(is_chicken[id] == true) {         strip_user_weapons(id);     }         return PLUGIN_CONTINUE }


All times are GMT -4. The time now is 19:53.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.