Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pug setup server crash #372

Open
iryzer opened this issue Mar 3, 2021 · 7 comments
Open

Pug setup server crash #372

iryzer opened this issue Mar 3, 2021 · 7 comments

Comments

@iryzer
Copy link

iryzer commented Mar 3, 2021

Expected behavior

Scrim starting smoothly without errors

Actual behavior

server is crashing

Steps to reproduce

sadly its kinda random. If the scrim started (meaning knife round ongoing) - the problems dont occur.
Its only when players are joining/joined the server and as far as i experienced, only when more than 5 people are on it (Server does have 12 slots)

  • Plugin version:
  • practicemode 1.3.3
  • pugsetup 2.0.5
  • Sourcemod version: 1.10.0
@WardPearce
Copy link

Expected behavior

For it to work

Actual behavior

Doesn't work

Steps to reproduce

Idk bruh its random

  • Plugin version:
  • practicemode 1.3.3
  • pugsetup 2.0.5
  • Sourcemod version: 1.10.0

@el9in
Copy link

el9in commented Jul 6, 2021

Actual problem, more 11 player = crash

@Jasperhino
Copy link

We experience the same weird behaviour on our server. It crashes when there are more than 10 players in the game (excluding spectators).

@el9in
Copy link

el9in commented Jul 9, 2021

We experience the same weird behaviour on our server. It crashes when there are more than 10 players in the game (excluding spectators).

Disable warmup first.

@Jasperhino
Copy link

We experience the same weird behaviour on our server. It crashes when there are more than 10 players in the game (excluding spectators).

Disable warmup first.

Where and how?

@el9in
Copy link

el9in commented Jul 11, 2021

We experience the same weird behaviour on our server. It crashes when there are more than 10 players in the game (excluding spectators).

Disable warmup first.

Where and how?

Console command "mp_warmup_end"

@enghausen
Copy link

Just edit the /csgo/scripts/vscripts/warmup/warmup_teleport.nut

From:

if (GAMEMODE == 1 && GAMETYPE == 0)		// check if we're running comp
{
	COMPMATCH = true;

To:

if (GAMEMODE == 1 && GAMETYPE == 0)		// check if we're running comp
{
	COMPMATCH = false;

This will disable the arena Warmup! We use this on all our scrim servers :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants