AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   M3Respawn - Respawn a dead player (https://forums.alliedmods.net/showthread.php?t=66794)

KaOs 02-08-2008 21:40

M3Respawn - Respawn a dead player
 
1 Attachment(s)
Made this back for AMX-X and decided to port it. Makes the game a lot more fun if you're in spec.. just re-spawn some dead players for no reason! =D

Description:
Respawn any dead player (must be on a team). This plugin is for Counter-Strike: Source ONLY!

CVars:
None

Commands:
sm_respawn <user id# | name> - Respawns a player

Installation:
1) Only plugin file is required. Click 'get plugin' and save it to your 'addons/sourcemod/plugins' folder.

ChangeLog:
Version 0.1 Released:
-First release.

DontWannaName 02-09-2008 00:33

Re: M3Respawn - Respawn a dead player
 
I think super commands already has this as a feature but if people only want this then great.

KaOs 02-09-2008 13:39

Re: M3Respawn - Respawn a dead player
 
Quote:

Originally Posted by DontWannaName (Post 583160)
I think super commands already has this as a feature but if people only want this then great.

I'm adding more features soon, such as auto respawn (a single player) or respawn a whole team.

MistaGee 02-13-2008 06:40

Re: M3Respawn - Respawn a dead player
 
Maybe you could make this mod-independent by firing the player_spawn event? Haven't tested this though...

Gee

pRED* 02-13-2008 21:37

Re: M3Respawn - Respawn a dead player
 
MistaGee: nope. Source Events are notification from the server -> client. As in when a player gets spawned the server sends a 'player_spawn' event out to the clients. It has nothing to do with a player actually getting spawned.

I'm not sure what the player_spawn event does, but the 'player_death' event is what causes the client to render the death message in the top right corner (and print text to console I believe). Sending a new player_death event of your own creation wouldn't kill anyone but it would say they had died.

pRED* 02-19-2008 01:48

Re: M3Respawn - Respawn a dead player
 
Simple and yes, does already exist as part of Super Commands but I can see why some people would prefer it separately.

Approved.

sirmoe 03-11-2008 10:01

Re: M3Respawn - Respawn a dead player
 
Cant wait for auto respawn to be added for the whole team.

DontWannaName 03-17-2008 23:45

Re: M3Respawn - Respawn a dead player
 
Wish this was for TF2 so I can respawn myself for sudden death ;)

Arcano 07-10-2008 17:19

Re: M3Respawn - Respawn a dead player
 
Is the respawn for the whole team added yet? this would be perfect for a gungame im making if it is.

DJ Tsunami 07-10-2008 17:40

Re: M3Respawn - Respawn a dead player
 
If you mean manual respawn, I'm sure you can already do that with sm_respawn @ct.


All times are GMT -4. The time now is 11:25.

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