[Support] Pre-match timer
-
Hey there, how do I remove the prematch timer?
level.doprematch = 0;
And other variables have not worked for me, anyone?
-
level.gracePeriod level.prematchPeriod level.inGracePeriod
you can play around with this variables
but they can cause some problems for example on our tsd server sometimes the game dont end if you hit a shot -
Yeah I tried those variables, but could not get the right combination. You'd think the value 0 would be enough for the first 2 and false for the last one. I also need to remove the ability to see the iprintln text from the game
-
Enki said in Pre-match timer:
level.gracePeriod level.prematchPeriod level.inGracePeriod
you can play around with this variables
but they can cause some problems for example on our tsd server sometimes the game dont end if you hit a shotYou can make the level thread a function that sets those variables in a loop and then ends on
game_ended
.