Hallo,
Ich brauche hilfe mit die Kord also es ist jetzt so TS textdraw ist unten Links und wir nur halb angezeigt.
Für die Forum adresse wird die oben angezeigt und ist dick
Ich will das sie unten rechts angezeigt wird!
//----TEXTDRAWS---/
TS = TextDrawCreate(10.000000,435.000000 , "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(546.000000,22.000000, "www.City-RL.com");
TextDrawFont(http , 3);
TextDrawLetterSize(http , 0.6, 4.2);
TextDrawColor(http , 0xff0000FF);
TextDrawSetOutline(http , false);
TextDrawSetProportional(http , true);
TextDrawSetShadow(http , 1);