[Help]Pause/Start game match
-
Hi guys, I want to know how can I pause a match before starts, instead of a timer start it manually. I'm trying to make a private server to do competitive matches with friends but the match starts while my friends are joining the match and I cant stop the timer or make the game stops to start it when everyone joined. Is there a command? what can I do? Any plugin?
-
There is nothing pre-made to do that afaik but you can edit the GSC scripts to add that functionality.
The easiest approach probably would be changing the logic to wait until you get a notify and then to send the notify through a command. -
Xerxes Thank you I understood, but where can I learn to script GSC? I used some GSC scripts and modified but I've never scripted one by myself so I don't know how to do that, I'm not a programmer actually.
-
https://plutonium.pw/docs/modding/gsc/how-to-gsc/
Take a look at the callback level.callbackStartGameType that might be a good starting point.