AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [L4D2] Survivor Auto Respawn v1.7【2024-04-16】 (https://forums.alliedmods.net/showthread.php?t=347163)

little_froy 04-08-2024 12:11

[L4D2] Survivor Auto Respawn v1.7【2024-04-16】
 
3 Attachment(s)
Cvars
PHP Code:

// 1 = enable, 0 = disable. only respawn players if there exsit at least 1 none-incapacitated survivor?
// -
// Default: "1"
survivor_auto_respawn_alright "1"

// godframe time after respawn. 0.0 or lower = remove godframe
// -
// Default: "2.0"
survivor_auto_respawn_godframe_time "2.0"

// how many health will get after respawn, 0 or lower = incap
// -
// Default: "30"
survivor_auto_respawn_health "30"

// 1 = enable, 0 = disable. idle after respawn?
// -
// Default: "1"
survivor_auto_respawn_idle "1"

// print type. 1 = center text, 2 = hint text
// -
// Default: "2"
// Minimum: "1.000000"
// Maximum: "2.000000"
survivor_auto_respawn_print_type "2"

// how long time need to respawn
// -
// Default: "20"
// Minimum: "0.000000"
survivor_auto_respawn_time "20" 

Forwards
Spoiler


Change log
Spoiler


All times are GMT -4. The time now is 22:56.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.