datetime

  1. R

    Tip for forcing Date and Time on your Server

    In init.c just above: Weather weather = g_Game.GetWeather(); paste: GetGame().GetWorld().SetDate(2018, 7, 1, 8, 30); where GetGame().GetWorld().SetDate(YYYY, MM, DD, HH, MM); For whatever reason serverTime in serverDZ.cfg doesn't work on my server anymore so I'm forced to FORCE it...
Back
Top