View Single Post
Author Message
Tenchuu1987
Member
Join Date: Sep 2019
Old 09-06-2019 , 16:19   [CS:GO] CSS:DM Fix
Reply With Quote #1

This plugin is just to help DM Server have a DM feeling. It is nothing like CSSDM but can be used for it to make your server a dm server.

COMMANDS
- NONE

Known Issues
- None

TODO
- None

CVars
  • mp_respawn_on_death_ct
  • mp_respawn_on_death_t
  • mp_death_drop_gun
  • mp_death_drop_defuser
  • mp_death_drop_grenade
  • mp_death_drop_bomb

Feel free to use, config generated in csgo/cfg/sourcemod/respawn_dm.cfg

Example Config:

PHP Code:
// -
// Default: "1.0.0"
download_version "1.0.0"

// -
// Default: "0"
mp_death_drop_bomb "0"

// Drop defuser on player death
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
mp_death_drop_defuser "1"

// Which grenade to drop on player death: 0=none, 1=best, 2=current or best, 3=all grenades
// -
// Default: "2"
// Minimum: "0.000000"
// Maximum: "3.000000"
mp_death_drop_grenade "2"

// Which gun to drop on player death: 0=none, 1=best, 2=current or best
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "2.000000"
mp_death_drop_gun "1"

// When set to 1, counter-terrorists will respawn after dying.
// -
// Default: "0"
mp_respawn_on_death_ct "0"

// When set to 1, terrorists will respawn after dying.
// -
// Default: "0"
mp_respawn_on_death_t "0" 
Attached Files
File Type: sp Get Plugin or Get Source (respawn_dm.sp - 541 views - 2.4 KB)

Last edited by Tenchuu1987; 09-06-2019 at 16:21.
Tenchuu1987 is offline