Raised This Month: $51 Target: $400
 12% 

Admin Powers: Respawner


Post New Thread Reply   
 
Thread Tools Display Modes
MrSaturn
SourceMod Donor
Join Date: Jan 2009
Old 08-26-2009 , 05:51   Re: [TF2] Respawner
Reply With Quote #11

Quote:
Originally Posted by Zuko View Post
I can respawn myself if round ends. I will try later respawn someone else.

btw. what version of SM do you use?
1.2.2 snapshot 2738
__________________
MrSaturn is offline
Zuko
SourceMod Donor
Join Date: Sep 2006
Location: Poland
Old 08-26-2009 , 06:16   Re: [TF2] Respawner
Reply With Quote #12

Hmm, plugin works fine on my server. (Same SM version)
__________________
Zuko is offline
Send a message via ICQ to Zuko
UndeadBob
Junior Member
Join Date: Oct 2009
Old 10-07-2009 , 22:31   Re: Admin Powers: Respawner
Reply With Quote #13

I hate to post a whole new topic for this request, so I'll just reply here for now. I've been hunting for this exact mod for L4D for some time now. Is there any way you (or someone) could just revise this so I can do sm_respawn <player> in L4D and bring them back to life somewhere (anywhere) or where my cursor is?

Is this impossible? I don't know much about making a SM, but I like using them. Thx community ;)
UndeadBob is offline
Zuko
SourceMod Donor
Join Date: Sep 2006
Location: Poland
Old 10-08-2009 , 00:40   Re: Admin Powers: Respawner
Reply With Quote #14

I will try, give me some time ;-)
__________________
Zuko is offline
Send a message via ICQ to Zuko
UndeadBob
Junior Member
Join Date: Oct 2009
Old 10-08-2009 , 17:16   Re: Admin Powers: Respawner
Reply With Quote #15

Thanks,
Will it be an update for this mod or will it be listed as an entirely new thread?

Just so I know where to look when you're done with your awesomeness.
UndeadBob is offline
flintb
Junior Member
Join Date: Mar 2009
Old 12-30-2009 , 21:35   Re: Admin Powers: Respawner
Reply With Quote #16

Is there a way to set a location for a specif player to respawn?
flintb is offline
Gokuza
New Member
Join Date: Jan 2010
Old 01-11-2010 , 13:21   Re: Admin Powers: Respawner
Reply With Quote #17

I would like to download it but it's impossible beacause of that:
"Plugin failed to compile! Please try contacting the author."

Please try to repair it, cause i want to install it on my server
Gokuza is offline
Zuko
SourceMod Donor
Join Date: Sep 2006
Location: Poland
Old 01-11-2010 , 14:09   Re: Admin Powers: Respawner
Reply With Quote #18

Gokuza, read "installation" in first post.
__________________
Zuko is offline
Send a message via ICQ to Zuko
kim_perm
Member
Join Date: Sep 2007
Location: Perm, Russia
Old 10-07-2011 , 05:42   Re: [TF2] Respawner
Reply With Quote #19

Quote:
Originally Posted by MrSaturn View Post
Can you make it possible to respawn people even after the round has ended?

When I try to spawn players during round end, I get this


L 08/26/2009 - 04:03:20: [SM] Native "IsClientConnected" reported: Client index 0 is invalid
L 08/26/2009 - 04:03:20: [SM] Displaying call stack trace for plugin "respawner.smx":
L 08/26/2009 - 04:03:20: [SM] [0] Line 228, C:\Documents and Settings\Zuko\Pulpit\scripting\respawner.sp:: PerformRespawnPlayer()
L 08/26/2009 - 04:03:20: [SM] [1] Line 213, C:\Documents and Settings\Zuko\Pulpit\scripting\respawner.sp:: Command_Rplayer()
Maybe cas you try to spawn player via server console. This is error in source code replace
PHP Code:
if (IsClientConnected(client) && IsClientInGame(client) && !IsPlayerAlive(client)) 
with
PHP Code:
if (IsClientConnected(target) && IsClientInGame(target) && !IsPlayerAlive(target)) 
PS: Yes, I'm necroposter ))

Last edited by kim_perm; 10-07-2011 at 05:45.
kim_perm is offline
Zuko
SourceMod Donor
Join Date: Sep 2006
Location: Poland
Old 10-07-2011 , 06:55   Re: Admin Powers: Respawner
Reply With Quote #20

; ]
__________________
Zuko is offline
Send a message via ICQ to Zuko
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 08:53.


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