23.10.2018, 01:24
Quote:
serverHang Hangs/pauses your server for what ever reason you would want it to.
param 1 = seconds param 2 = bool How it can be used: Код:
If a server would like to release at a specific time, then they can convert seconds to mins by adding *3600 at the end their number (multiply by an hour). This will be good if a server is having a opening beta release and they want their server to open/start at that exact time, will the server is already running but not fully loaded. Place the function on public OnGamemodeInit() ... |