Try I think:
player_weapon_strip
It can be complicated to use but it will take all weapons from a player if the player triggers it, i.e. you might need a
trigger_multi or to hook the GAME_PLAYER_SPAWN event.
You CAN use
info_player_equip to give weapons but that too is messy and complicated and might not ALWAYS work for no reason.