Hmm...
Theres also this:
PHP Code:
public fw_prethink(id)
{
new clip, ammo
new wpn
if(id==med_c || id==med_t)
{
wpn = get_user_weapon(id, clip, ammo)
if(wpn!=CSW_USP && wpn!=CSW_KNIFE && wpn!=CSW_C4) eq_med(id)
...
}
}
I didn't know any better way to stop someone from using other weapons, but even if I set med_c and med_t to 0 I still can't pick them up..
__________________