Hey Leute habe ein Kleines Problem Wie bekomme ich den text auf die Linie Weiß nicht wie ich das hin bekommen kann da ener heflen bitte
Code
Introdraw[4] = TextDrawCreate(200,100,".");
TextDrawFont(Introdraw[4],1);
TextDrawBackgroundColor(Introdraw[4], 255);
TextDrawLetterSize(Introdraw[4],26.940078, 4.000000);
TextDrawColor(Introdraw[4],-1);
TextDrawSetOutline(Introdraw[4],1);
TextDrawSetProportional(Introdraw[4],1);
Introdraw[5] = TextDrawCreate(230,130,""#SERVERVERSION"");
TextDrawFont(Introdraw[5],2);
TextDrawColor(Introdraw[5],SERVERFARBEHEX);
TextDrawAlignment(Introdraw[5],0);
TextDrawLetterSize(Introdraw[5],0.250000,0.899990);
TextDrawSetOutline(Introdraw[5],1);
TextDrawSetProportional(Introdraw[5],1);
TextDrawSetShadow(Introdraw[5],1);
Alles anzeigen