Code:
new weapons
weapons = (1<<29)|(1<<16)
set_pev(id, pev_weapons, weapons)
Above will only allow usage of Knife and USP, the good thing about the above code you only need to run it whenever they get a new weapon, so you don't need to do any fancy pants blocking
__________________