Respawn
Description
Warden can respawn
Configuration
Config file is located by this path:
cfg/jwp/respawn.cfg
// Amount of respawns available for warden per round
// -
// Default: "2"
// Minimum: "0.000000"
jwp_respawn_max "2"
// Respawn mode: 0 - on spawn position, 1 - on aim position
// -
// Default: "1"
// Minimum: "0"
// Maximum: "1"
jwp_respawn_method "1"
How to add to menu
Add this section in warden_menu.txt
. Field flag
supports admin flags.
"respawn"
{
"flag" ""
}
Files that corresponding to this module
cfg/jwp/respawn.cfg
— config fileaddons/sourcemod/scripting/jwp_respawn.sp
— source fileaddons/sourcemod/plugins/jwp_respawn.smx
— binary fileaddons/sourcemod/translations/jwp_modules.phrases.txt
— translations file