stock EngineColor(vid) { new str[6]; if(EngineStatus[playerid] == 0) str = "r"; if(EngineStatus[playerid] == 1) str = "g"; return str;}