I replaced this:
PHP Code:
if(wpn!=CSW_USP && wpn!=CSW_KNIFE && wpn!=CSW_C4) eq_med(id)
With this:
PHP Code:
if(wpn!=CSW_USP && wpn!=CSW_KNIFE && wpn!=CSW_C4) client_cmd(id, "weapon_usp")
And it works!
Anyone knows how can i restrict dropping the usp??
__________________