new tick[MAX_PLAYERS];OnPlayerUpdate(playerid){ if((GetTickCount() - tick[playerid]) > 1000) { tick[playerid] = GetTickCount(); //do stuff } return 1;}