19.06.2016, 11:17
Most oftenly, some timers and infinite loops cause the lag.
1. Check all of the timers you have, try to use less timers. (https://sampforum.blast.hk/showthread.php?tid=289675)
2. Raise your 'ackslimit' in the server.cfg to 6000. (It may cause lags and disconnects too if less.)
3. Update command processors, saving systems and use less filterscripts.
4. Remove infinite loops.
1. Check all of the timers you have, try to use less timers. (https://sampforum.blast.hk/showthread.php?tid=289675)
2. Raise your 'ackslimit' in the server.cfg to 6000. (It may cause lags and disconnects too if less.)
3. Update command processors, saving systems and use less filterscripts.
4. Remove infinite loops.
Quote:
|
Originally Posted by IstuntmanI
foreach( new i: Player )
foreach( new ii: Player ) if( GetPlayerVehicleID( i ) == GetPlayerVehicleID( ii ) ) printf( "%d is in the same vehicle with %d !", i, ii ); |

