View Single Post
Author Message
Andersso
Member
Join Date: Nov 2009
Location: E8 2A 2A 2A 2A
Old 05-30-2010 , 17:15   [DoD:S] Instant Respawn 1.4
Reply With Quote #1

Instant Respawn
Makes you respawn instantly after you have died!
Installation:
  • Copy instant_respawn.smx to addons/sourcemod/plugins
  • Copy plugin.instantrespawn.txt to addons/sourcemod/gamedata
Notes:
  • Use the DoD Hooks version if you have it installed, otherwise it may not work. (SMX compiled against SM 1.3, requires dodhooks.inc to compile (Included))
  • The plugin creates an auto exec config located in cfg/instantrespawn_config/instant_respawn.cfg
ConVars:
sm_instantrespawn_enabled <1/0>
- Enable/Disable Instant Respawn (default: 1)


sm_instantrespawn_delay <0.1 - 4.0>
- Instant Respawn Delay (default: 0.1)


sm_instantrespawn_selectclass <1/0>
- Enable/Disable Instant Respawn after you have selected class. (default: 1)

sm_instantrespawn_maxplayers <1 - ∞>
- Disable Instant Respawn if the client count exceed this value. (0 = Disabled) (default: 14)
Changelog:
1.0.0: Initial Release

1.1.0
: Fixed crach when a player changes team

1.1.1
: Fixed linux signature

1.2.0
: Added ConVar: sm_instantrespawn_selectclass - Enable/Disable Instant Respawn after you have selected class

1.2.1
: Changed crach fix method

1.3.0
:
  • Cleaned up code
  • Added ConVar: sm_instantrespawn_enabled - Enable/Disable Instant Respawn
  • Added AutoExec File
  • Set sm_instantrespawn_delay max value to 4.0
1.3.1: Added DoD Hooks version

1.3.2: Fixed an issue with the DoDHooks version

1.3.3: Fixed minor bug (Thanks Afronanny)

1.4.0: Added ConVar: sm_instantrespawn_maxplayers - Disable Instant Respawn if the client count exceed this value. (Thanks bulwinkl)

1.4.0 (2011-4-17): Fixed signature.

1.4.0 (2011-10-14): Fixed signature.

Attached Files
File Type: sp Get Plugin or Get Source (instant_respawn.sp - 3380 views - 3.5 KB)
File Type: zip instant_respawn_dodhooks.zip (7.0 KB, 2311 views)
File Type: txt plugin.instantrespawn.txt (301 Bytes, 1271 views)

Last edited by DarthNinja; 01-27-2013 at 03:51. Reason: Updated gamedata (thanks to _Root)
Andersso is offline