hallo liebes forum
ich habe mir ein textdraw erstellt was nru angezeigt werden soll wenn ich mich einlogge/regiestrieren tu
und wenn ich spawn das es weg geht wie kann ich es machen o.o
//=======LOGIN/Regi============
Boxx1 = TextDrawCreate(642.000000, -24.000000, " ");
TextDrawBackgroundColor(Boxx1, 255);
TextDrawFont(Boxx1, 1);
TextDrawLetterSize(Boxx1, 0.500000, 1.299999);
TextDrawColor(Boxx1, -1);
TextDrawSetOutline(Boxx1, 0);
TextDrawSetProportional(Boxx1, 1);
TextDrawSetShadow(Boxx1, 1);
TextDrawUseBox(Boxx1, 1);
TextDrawBoxColor(Boxx1, 120);
TextDrawTextSize(Boxx1, -10.000000, 0.000000);
Boxx2 = TextDrawCreate(642.000000, 340.000000, " ");
TextDrawBackgroundColor(Boxx2, 255);
TextDrawFont(Boxx2, 1);
TextDrawLetterSize(Boxx2, 0.500000, 1.399999);
TextDrawColor(Boxx2, -1);
TextDrawSetOutline(Boxx2, 0);
TextDrawSetProportional(Boxx2, 1);
TextDrawSetShadow(Boxx2, 1);
TextDrawUseBox(Boxx2, 1);
TextDrawBoxColor(Boxx2, 120);
TextDrawTextSize(Boxx2, -10.000000, 0.000000);
servername = TextDrawCreate(297.000000, 50.000000, "German Dorf City D: ");
TextDrawBackgroundColor(servername, 255);
TextDrawFont(SAR, 0);
TextDrawLetterSize(servername, 0.600000, 2.000000);
TextDrawColor(servername, -1);
TextDrawSetOutline(servername, 0);
TextDrawSetProportional(servername, 1);
TextDrawSetShadow(servername, 1);
Willkommen = TextDrawCreate(248.000000, 28.000000, "Willkommen");
TextDrawBackgroundColor(Willkommen, 255);
TextDrawFont(Willkommen, 1);
TextDrawLetterSize(Willkommen, 0.600000, 2.000000);
TextDrawColor(Willkommen, -1);
TextDrawSetOutline(Willkommen, 0);
TextDrawSetProportional(Willkommen, 1);
TextDrawSetShadow(Willkommen, 1);
auf = TextDrawCreate(342.000000, 37.000000, "auf");
TextDrawBackgroundColor(auf, 255);
TextDrawFont(auf, 1);
TextDrawLetterSize(auf, 0.600000, 2.000000);
TextDrawColor(auf, -1);
TextDrawSetOutline(auf, 0);
TextDrawSetProportional(auf, 1);
TextDrawSetShadow(auf, 1);
//=======TextDraw==//
new Text:Boxx1;
new Text:Boxx2;
new Text:servername;
new Text:Willkommen;
new Text:auf;
/*====[ENDE]====*/
TextDrawShowForPlayer(playerid,Boxx1);
TextDrawShowForPlayer(playerid,Boxx2);
TextDrawShowForPlayer(playerid,servername);
TextDrawShowForPlayer(playerid,Willkommen);
TextDrawShowForPlayer(playerid,auf);
MFG
//edit es ist ein WoS Edit