# How to auto-give weapons/abilities to players

Add the following to your playlist file under the `custom_tdm` **playlist:**

```
respawn_kit_enabled                   1
respawn_kit_primary_weapon           "name_of_the_weapon_here name_of_attachment1 name_of_attachment2 ..."
respawn_kit_secondary_weapon         "name_of_the_weapon_here name_of_attachment1 name_of_attachment2 ..."
respawn_kit_tactical                 "name_of_ability_here"
respawn_kit_ultimate                 "name_of_ability_here"
```
