10.01.2016, 19:42
You can change refreshing in OPU
pawn Код:
new tick = GetTickCount();
if( ( tick - LastTick[playerid] ) > 500 ) // update every 500ms
{
LastTick[playerid] = tick;
// code
}