Also ich brauche hilfe...
TextDrawAlignment(ModeName,1);
TextDrawBackgroundColor(ModeName,255);
TextDrawFont(ModeName,3);
TextDrawLetterSize(ModeName,0.379998, 1.600030);
TextDrawColor(ModeName,-1);
TextDrawSetOutline(ModeName, 1);
TextDrawSetProportional(ModeName,1);
new Vstr[30]; format(Vstr, sizeof Vstr, "Test1");
new Vstr[30]; format(Vstr, sizeof Vstr, "Test2");
TextDrawSetString(ModeName, Vstr);
Wie mache ich das, dass sich die Zwei alle 60Sec abwechseln? (Test1, Test2)
Die sollten beide auf der gleichen stelle stehn nur der Text sich alle 60Sec verändert.