new SpeedoOn[MAX_PLAYERS];To stop the Speedo:SpeedoOn[playerid] = 0;To turn on the Speedo:SpeedoOn[playerid] = 1;In the Speedo:if(Speedo[playerid] == 1){ //GameText}