AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   Scoreboard doesn't dissapear after match is over plz help (https://forums.alliedmods.net/showthread.php?t=320145)

SerbianGamerGhost 12-06-2019 14:38

Scoreboard doesn't dissapear after match is over plz help
 
Hello,I have hl1 server running with amxmodx,when match is over,scoreboard appear but it stay on screen too long(5-6 min).Is there a way to fix this or some file need to be edited please take 1 min of your time and replay

DruGzOG 12-06-2019 15:34

Re: Scoreboard doesn't dissapear after match is over plz help
 
Show the output of the following:

version
amxx plugins
meta list


Also there is a command where it stays on the scoreboard for a little while before map change, just can't remember what it is.

iceeedr 12-06-2019 18:08

Re: Scoreboard doesn't dissapear after match is over plz help
 
Quote:

Originally Posted by DruGzOG (Post 2675950)
Show the output of the following:

version
amxx plugins
meta list


Also there is a command where it stays on the scoreboard for a little while before map change, just can't remember what it is.


PHP Code:

message_begin(MSG_ALLSVC_FINALE)
    
write_string("")
    
message_end() 

or

PHP Code:

message_begin(MSG_ALLSVC_INTERMISSION)
    
write_string("")
    
message_end() 


fysiks 12-07-2019 00:14

Re: Scoreboard doesn't dissapear after match is over plz help
 
mp_chattime sets how long the scoreboard shows before the map changes (value is in seconds).

DruGzOG 12-07-2019 09:42

Re: Scoreboard doesn't dissapear after match is over plz help
 
Quote:

Originally Posted by fysiks (Post 2675986)
mp_chattime sets how long the scoreboard shows before the map changes (value is in seconds).

Ah yes, this is it. Try this and see if it fixes your problem.

SerbianGamerGhost 12-07-2019 14:51

Re: Scoreboard doesn't dissapear after match is over plz help
 
Quote:

Originally Posted by fysiks (Post 2675986)
mp_chattime sets how long the scoreboard shows before the map changes (value is in seconds).

Thank you so much

SerbianGamerGhost 12-08-2019 03:57

Re: Scoreboard doesn't dissapear after match is over plz help
 
Quote:

Originally Posted by fysiks (Post 2675986)
mp_chattime sets how long the scoreboard shows before the map changes (value is in seconds).

Thank you,but where I can find it?

fysiks 12-08-2019 04:40

Re: Scoreboard doesn't dissapear after match is over plz help
 
Quote:

Originally Posted by SerbianGamerGhost (Post 2676140)
Thank you,but where I can find it?

Typically, this is put in server.cfg. If it's not there, you can add it.

SerbianGamerGhost 12-09-2019 03:17

Re: Scoreboard doesn't dissapear after match is over plz help
 
Quote:

Originally Posted by fysiks (Post 2676145)
Typically, this is put in server.cfg. If it's not there, you can add it.

It is not there.I added line mp_chattime 5(are you sure it is in sec maby it is in minutes) and saved file and restarted server but I wait again too long.

OciXCrom 12-09-2019 07:08

Re: Scoreboard doesn't dissapear after match is over plz help
 
Quote:

Originally Posted by SerbianGamerGhost (Post 2676281)
It is not there.I added line mp_chattime 5(are you sure it is in sec maby it is in minutes) and saved file and restarted server but I wait again too long.

It's in seconds. Check the cvar value in your server with the "amx_cvar mp_chattime" command. If it's not 5, search in other .cfg files.


All times are GMT -4. The time now is 05:13.

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