View Single Post
Author Message
DJEarthQuake
Veteran Member
Join Date: Jan 2014
Location: Astral planes
Old 03-17-2019 , 10:42   Variable timing tic GoldSrc
Reply With Quote #1

Server player count is sys_ticrate multiplier.

Code:
    new numplayers = get_playersnum_ex(GetPlayersFlags:GetPlayers_ExcludeBots)     if (numplayers > 0)     {     new g_Tic     g_Tic = (numplayers * (312));     server_cmd("sys_ticrate %i", g_Tic);
__________________

Last edited by DJEarthQuake; 01-26-2020 at 16:12. Reason: Asked to have this moved.
DJEarthQuake is offline