that was probably a mistake
This commit is contained in:
parent
105dafe3ce
commit
9524a6550a
@ -1637,7 +1637,7 @@ public Action SelectWavebasedHuman(int client)
|
|||||||
CreateTimer(1.0, Timer_delayedRespawn, GetClientUserId(client));
|
CreateTimer(1.0, Timer_delayedRespawn, GetClientUserId(client));
|
||||||
return Plugin_Continue;
|
return Plugin_Continue;
|
||||||
}
|
}
|
||||||
if (!IsPlayerAlive(client) && CS_TEAM_CT) //this should help if you spawn late into a round so that you actually respawn
|
if (!IsPlayerAlive(client) && (GetClientTeam(client)) == CS_TEAM_CT) //this should help if you spawn late into a round so that you actually respawn
|
||||||
{
|
{
|
||||||
CreateTimer(1.0, Timer_delayedRespawn, GetClientUserId(client));
|
CreateTimer(1.0, Timer_delayedRespawn, GetClientUserId(client));
|
||||||
return Plugin_Continue;
|
return Plugin_Continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user