TF2_RemoveWeaponSlot Function

Removes all weapons from a client's weapon slot

void TF2_RemoveWeaponSlot(int client, int slot)

Parameters

int client

Player's index.

int slot

Slot index (0-5)

Errors

Invalid client, invalid slot or lack of mod support