08.10.2016, 08:08
When my server server exceeds 180 players begin to process difficult. (180+ players online = server lag)
I do not understand why...
My GameMode:
Runs 3 GlobalTimers. (1 = 600ms | 2 = 1 seconds | 3 = 4 minutes)
Use ZCMD + MYSQL R39.
I do not understand why...
My GameMode:
Runs 3 GlobalTimers. (1 = 600ms | 2 = 1 seconds | 3 = 4 minutes)
Use ZCMD + MYSQL R39.
Код HTML:
public OnPlayerUpdate(playerid) { playerInfo[playerid][AFKTime] = 0; return 1; }