new i = 30; gMyText1 = TextDrawCreate(280,340,"CP countdown: 30"); while(i >= 0) { i--; format(string, sizeof(string), "CP countdown: %i", i); TextDrawSetString(gMyText1,string); }