Lets CT players buy T-side weapons and vice versa. Requires DS membership to use.
| Command | Description |
|---|---|
!dsbuy |
Opens the weapon menu |
!dsbuy weapon_ak47 |
Buys a weapon directly by name |
!shop |
Alias for !dsbuy |
You can omit the weapon_ prefix — !dsbuy ak47 works too.
Config file is auto-created at addons/sourcemod/configs/dsgunshop.cfg on first load.
| ConVar | Default | Description |
|---|---|---|
sm_egs_enabled |
1 |
Enable or disable the shop |
sm_egs_ct_weapons |
weapon_ak47,... |
Weapons CTs can buy (comma-separated) |
sm_egs_t_weapons |
weapon_m4a1,... |
Weapons Ts can buy (comma-separated) |
sm_egs_buy_time |
30 |
Seconds after round start players can buy |
sm_egs_strip_slot |
1 |
Remove old weapon in same slot before giving new one |