This site is a testing version, but all data is shared with the live forum.


Raised This Month: $ Target: $400
 0% 

cant respawn..have to reconnect


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
tron420
Senior Member
Join Date: Oct 2006
Old 05-02-2007 , 10:39   cant respawn..have to reconnect
Reply With Quote #1

alot of times players cant respawn and have to reconnect. is there something someone can do to fix this? or can someone make it so u can type /respawn to respawn without having to reconnect?
__________________
i love low karma.

Last edited by tron420; 05-02-2007 at 10:55.
tron420 is offline
XxAvalanchexX
Veteran Member
Join Date: Oct 2004
Location: abort73.com
Old 05-02-2007 , 13:42   Re: cant respawn..have to reconnect
Reply With Quote #2

Again, are you using the CSRespawn module?
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS
XxAvalanchexX is offline
Guenhwyvar
AMX Mod X Beta Tester
Join Date: Jul 2005
Location: Berlin / Germany
Old 05-02-2007 , 14:34   Re: cant respawn..have to reconnect
Reply With Quote #3

Another question: do you mean the respawn after dying or the first spawn after connect?
Guenhwyvar is offline
tron420
Senior Member
Join Date: Oct 2006
Old 05-02-2007 , 14:55   Re: cant respawn..have to reconnect
Reply With Quote #4

im using the deathmatch that came w/ gungame..
__________________
i love low karma.
tron420 is offline
djmd378
Senior Member
Join Date: Sep 2004
Old 05-02-2007 , 15:00   Re: cant respawn..have to reconnect
Reply With Quote #5

This happens to me once in a while. Only happened three times in the last month.


It's like this, I die in the middle of the round, wait for the timer to go down so I can respawn but once it reaches zero, I am still dead while everyone else in the server is respawning. Oh and yes I am using respawn module.
__________________
djmd378 is offline
MrXtramean
Senior Member
Join Date: Jun 2005
Old 05-02-2007 , 15:01   Re: cant respawn..have to reconnect
Reply With Quote #6

I've encountered this a couple times. Once for this one player, it kept happenning to just him and once for myself. I have the amx_super plugin installed on server so I just use: amx_revive <nick> and it works.

Not sure how often this is happenning but something like this written into GG that says if player "stuck, not respawning, etc" after "X" secs or player has to type /revive or something, might help. Here's the revive code from amx_super:
--------------------------------
//Admin Revive by SniperBeamer
//============================================= ============================================= ================
public admin_revive(id,level,cid)
{
if (!cmd_access(id,level,cid,2))
return PLUGIN_HANDLED

new arg[32]
read_argv(1,arg,31)

if (arg[0]=='@')
{
new plist[32],pnum
get_players(plist,pnum,"e",arg[1])
if (pnum==0)
{
console_print(id,"[AMXX] No clients in such team")
return PLUGIN_HANDLED
}
for (new i=0; i<pnum; i++)
{
if (!(get_user_flags(plist[i])&ADMIN_IMMUNITY))
{
new ids[3]
num_to_str(plist[i],ids,2)
spawn(plist[i])
set_task(0.1,"revivePl",0,ids,2)
}
}
console_print(id,"[AMXX] Revived the %ss",arg[1])
if (get_cvar_num("amx_revivemsg"))
{
if (equali(arg[1],"CT")) set_hudmessage(0,20,220,-1.0,0.30,0,6.0,6.0,0.5,0.15,1)
else set_hudmessage(220,20,0,-1.0,0.30,0,6.0,6.0,0.5,0.15,1)
show_hudmessage(0,"The %ss have been revived!",arg[1])
}
}
else
{
new pName[32],player = cmd_target(id,arg,3)
if (!player) return PLUGIN_HANDLED
new ids[3]
num_to_str(player,ids,2)
spawn(player)
set_task(0.1,"revivePl",0,ids,2)
get_user_name(player,pName,31)
console_print(id,"[AMXX] Revived %s",pName)
if (get_cvar_num("amx_revivemsg"))
{
set_hudmessage(0,200,0,-1.0,0.30,0,6.0,6.0,0.5,0.15,1)
show_hudmessage(0,"%s has been revived!",pName)
}
}

return PLUGIN_HANDLED
}

Last edited by MrXtramean; 05-03-2007 at 16:35.
MrXtramean is offline
tron420
Senior Member
Join Date: Oct 2006
Old 05-02-2007 , 15:19   Re: cant respawn..have to reconnect
Reply With Quote #7

yea that would help if someone could add that to gungame//

it happens when 2 ppl are in 1 spawn for some reason.. like if someone walks over a spawn right when u spawn there u become a spectator and cant join again till the round restarts or till u reconnect. and in gungame the rounds hardly evewr ends so u gotta reconnect..

can someone make me a seperate plugin ( if u cant add this to gungame ) that lets players type /respawn and respawn if they are stuck in spec?
__________________
i love low karma.

Last edited by tron420; 05-02-2007 at 17:32.
tron420 is offline
MrXtramean
Senior Member
Join Date: Jun 2005
Old 05-03-2007 , 16:38   Re: cant respawn..have to reconnect
Reply With Quote #8

or type kill in console, but then you lose a level.
MrXtramean is offline
tron420
Senior Member
Join Date: Oct 2006
Old 05-03-2007 , 18:14   Re: cant respawn..have to reconnect
Reply With Quote #9

you dont respawn if u type kill
__________________
i love low karma.
tron420 is offline
MrXtramean
Senior Member
Join Date: Jun 2005
Old 05-04-2007 , 20:01   Re: cant respawn..have to reconnect
Reply With Quote #10

You should loss a level if suicide penalty on.

Last edited by MrXtramean; 05-13-2007 at 14:10.
MrXtramean is offline
Old 05-05-2007, 14:00
tron420
This message has been deleted by tron420.
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 14:23.


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