AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   [DoD:S] Instant Respawn 1.4 (https://forums.alliedmods.net/showthread.php?t=128297)

Andersso 05-30-2010 17:15

[DoD:S] Instant Respawn 1.4
 
3 Attachment(s)
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.


Terrorkarotte 06-25-2010 05:12

Re: [DoD:S] Instant Respawn 1.0
 
It does not work:

Code:

L 06/25/2010 - 11:11:54: [SM] Plugin encountered error 25: Call was aborted
L 06/25/2010 - 11:11:54: [SM] Native "SetFailState" reported: Fatal Error: Unable to find signature for "CDODPlayer::DODRespawn(void)"!
L 06/25/2010 - 11:11:54: [SM] Displaying call stack trace for plugin "instant_respawn.smx":
L 06/25/2010 - 11:11:54: [SM]  [0]  Line 57, /home/groups/alliedmodders/forums/files/6/4/2/4/4/68317.attach::OnPluginStart()


Andersso 06-29-2010 16:53

Re: [DoD:S] Instant Respawn 1.0
 
Are you sure that you installed plugin.instantrespawn.txt into your gamedata folder? The plugin will not work without it.

BenSib 06-30-2010 03:33

Re: [DoD:S] Instant Respawn 1.0
 
I cant find no "DODRespawn" in the offset list too...

http://wiki.alliedmods.net/CDODPlaye...eat:_Source%29

Andersso 06-30-2010 06:18

Re: [DoD:S] Instant Respawn 1.0
 
DODRespawn is called with a signature function scan, not with a virtual offset.

BenSib 06-30-2010 13:11

Re: [DoD:S] Instant Respawn 1.2
 
You are right, there is a difference. works now, nice one :)

Terrorkarotte 07-01-2010 17:51

Re: [DoD:S] Instant Respawn 1.2
 
I had everything in place. I redownloaded and reuploaded the files and now it is working :)
Thx for your work.

PS: 20+ slots full and a small map with gg mod is insane now :D

cyberknast 09-30-2010 06:30

Re: [DoD:S] Instant Respawn 1.3
 
The plugin switches at server restart always returns to original setting.
wrote it in the server.cfg:

sm_instantrespawn_delay 4
sm_instantrespawn_enabled 1
sm_instantrespawn_selectclass 1

After the server restarts I always have to enter the spawn times in HLSW new.


Sry for my bad english

Andersso 10-02-2010 07:55

Re: [DoD:S] Instant Respawn 1.3
 
Hmm, strange. Does this happen only to this plugin?

cyberknast 10-02-2010 12:17

Re: [DoD:S] Instant Respawn 1.3
 
yes, only this


All times are GMT -4. The time now is 02:17.

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