Guten Abend,
wie die Überschrift schon sagt wie geht das , dass es sich switch zb Forum und Teamspeak also fogendes:
Function IPchange()
{
if(Copyrightwechsel == 1)
{
Copyright14 = TextDrawCreate(2.000000, 435.000000, "~r~Forum:~w~ HomepageName");
TextDrawBackgroundColor(Copyright14, 255);
TextDrawFont(Copyright14, 3);
TextDrawLetterSize(Copyright14, 0.310000, 1.000000);
TextDrawColor(Copyright14,0xE60000FF);
TextDrawSetOutline(Copyright14, 1);
TextDrawSetProportional(Copyright14, 1);
TextDrawShowForAll(Copyright14);
Copyrightwechsel = 2;
}
else if(Copyrightwechsel == 2)
{
Copyright15 = TextDrawCreate(2.000000, 435.000000, "~r~Teamspeak:~w~ TeamspeakIP");
TextDrawBackgroundColor(Copyright15, 255);
TextDrawFont(Copyright15, 3);
TextDrawLetterSize(Copyright15, 0.310000, 1.000000);
TextDrawColor(Copyright15, -1);
TextDrawSetOutline(Copyright15, 1);
TextDrawSetProportional(Copyright15, 1);
TextDrawShowForAll(Copyright15);
Copyrightwechsel = 1;
}
return 1;
}
Also es wir Drübergeschrieben also es wechselt das Textdraw nicht sonder es wir drüber erstellt
Danke im Voraus.
MFG,
Pr0x