Hallo liebe scripter,
Ich brauch hilfe bei meinen Textdraw also was ich unten rechts und unten links bekommen will.
Ich hab es so gemacht!
new Text:TS;
new Text:http;
//----TEXTDRAWS---/
TS = TextDrawCreate(383.5 ,451 , "IP: 188.40.205.33:10101");
TextDrawFont(TS , 3);
TextDrawLetterSize(TS , 0.6, 4.2);
TextDrawColor(TS , 0xff0000FF);
TextDrawSetOutline(TS , false);
TextDrawSetProportional(TS , true);
TextDrawSetShadow(TS , 1);
http = TextDrawCreate(7.5 ,456 , "FORUM");
TextDrawFont(http , 3);
TextDrawLetterSize(http , 0.6, 4.2);
TextDrawColor(http , 0xff0000FF);
TextDrawSetOutline(http , false);
TextDrawSetProportional(http , true);
TextDrawSetShadow(http , 1);