PDA

View Full Version : [CS:GO] Simple join killer plugin


Sw00p
07-10-2016, 08:42
Hi,

I'm looking for a simple plugin that kills players who joins the server later than 30sec in to the round

thanks in advance!

Maxximou5
07-10-2016, 16:32
https://forums.alliedmods.net/showthread.php?t=166018
https://forums.alliedmods.net/showthread.php?t=75175

Aymeric VII
07-10-2016, 16:49
Hi,

I'm looking for a simple plugin that kills players who joins the server later than 30sec in to the round

thanks in advance!

Why not just use any of these cvars provided by csgo?

"mp_respawn_immunitytime" = "4.0" client replicated - How many seconds after respawn immunity lasts.
"mp_respawn_on_death_ct" = "0" client replicated - When set to 1, counter-terrorists will respawn after dying.
"mp_respawn_on_death_t" = "0" client replicated - When set to 1, terrorists will respawn after dying.
"mp_respawnwavetime_ct" = "10.0" client replicated - Time between respawn waves for CTs.
"mp_respawnwavetime_t" = "10.0" client replicated - Time between respawn waves for Terrorists.

Maxximou5
07-10-2016, 17:41
Why not just use any of these cvars provided by csgo?
That's not what he's asking for, nor would that work as that's simply not allowing clients to respawn. He doesn't want them to spawn or join the round after 30 seconds, the time period being a clear distinction of what is desired.

Sw00p
07-13-2016, 15:29
https://forums.alliedmods.net/showthread.php?t=166018
https://forums.alliedmods.net/showthread.php?t=75175

That's for CSS, can't get it to work on CS:GO

Maxximou5
07-13-2016, 16:21
What doesn't work...? CS:GO can use nearly all the same plugins as CS:S, there are of course exceptions.

Sw00p
12-06-2016, 19:45
still looking for a plugin like this, anyone?

good_live
12-07-2016, 03:23
mp_join_grace_time

Sw00p
12-07-2016, 06:21
mp_join_grace_time

Does not work

TheWho
12-07-2016, 09:51
It doesn't work because you force players to join a team with a plugin.
In vanilla CS:GO will listen to player joins, it doesn't let them join a team if the round started + mp_join_grace_time, next round it looks for players who want to join and lets them join and spawn. (m_iPendingTeamNum)