View Single Post
SerbianGamerGhost
Member
Join Date: Sep 2019
Old 12-12-2019 , 03:50   Re: Scoreboard doesn't dissapear after match is over plz help
Reply With Quote #27

Also I found this in nextmap.sma
public changeMap()
{
new string[32]
new Float:chattime = get_cvar_float("mp_chattime")

set_cvar_float("mp_chattime", chattime + 2.0) // make sure mp_chattime is long
new len = getNextMapName(string, 31) + 1
set_task(chattime, "delayedChange", 0, string, len) // change with 1.5 sec. delay
}



Maby I should edit this file?
SerbianGamerGhost is offline