31.01.2015, 10:41
Код:
what if I remove this Code from the OnPlayerUpdate And put this in Timer? #if PauseDetectSystem == true pTick[playerid] = GetTickCount(); #endif #if MoveSystem == true if(pInfo[playerid][Move] == 1) GetPlayerHoldingKey(playerid); #endif SaveStatus(playerid); ? it will Fix lag?