Skripta koju koristim:clrp edit
Detaljan opis problema: textdraw stoji na sred ekrana nemogu da ga resim :S
Dio skripte:
Neke slike/video za lakse dobivanje pomoci(neobavezno): http://prntscr.com/6o6jp
Evo deo skripte:
new Text:OwnerShip1;
new Text:OwnerShip2;
TextDrawDestroy(Text:OwnerShip1);
TextDrawDestroy(Text:OwnerShip2);
OwnerShip1 = TextDrawCreate(235.000000, 141.000000, "~r~Ja~y~va"); TextDrawBackgroundColor(OwnerShip1, 255); TextDrawFont(OwnerShip1, 3); TextDrawLetterSize(OwnerShip1, 0.769999, 2.100000); TextDrawColor(OwnerShip1, 16711935); TextDrawSetOutline(OwnerShip1, 1); TextDrawSetProportional(OwnerShip1, 1);
//------------------------------------------------------------------------------
OwnerShip2 = TextDrawCreate(234.000000, 164.000000, "New Textdraw"); TextDrawBackgroundColor(OwnerShip2, 255); TextDrawFont(OwnerShip2, 2); TextDrawLetterSize(OwnerShip2, 0.230000, 1.000000); TextDrawColor(OwnerShip2, -1); TextDrawSetOutline(OwnerShip2, 1); TextDrawSetProportional(OwnerShip2, 1); TextDrawUseBox(OwnerShip2, 1); TextDrawBoxColor(OwnerShip2, 90); TextDrawTextSize(OwnerShip2, 420.000000, 0.000000);
SetTimer("RandomMessage",5000,1);
Ima jos dosta toga neznam sta vam treba
//OwnerShip1 = TextDrawCreate(235.000000, 141.000000, "~r~Ja~y~va"); TextDrawBackgroundColor(OwnerShip1, 255); TextDrawFont(OwnerShip1, 3); TextDrawLetterSize(OwnerShip1, 0.769999, 2.100000); TextDrawColor(OwnerShip1, 16711935); TextDrawSetOutline(OwnerShip1, 1); TextDrawSetProportional(OwnerShip1, 1);
Sad mora da radi, ovaj prvi redak izmeni
Radi,hvala,moze lock =)