[Pomoc]RandomMessage


Započeo Mleko123, Maj 05, 2013, 23:52:43 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristim: Moja
Detaljan opis problema: Meni sve radi ovaj random message nego ovaj box ime mi se nece maknut vec 1h pokusavam maknut
Dio skripte://///
Neke slike/video za lakse dobivanje pomoci(neobavezno):
Poslednja Izmena: Maj 05, 2013, 23:53:12 POSLE PODNE od [CG]Antonio


Blaeks

*

Madmen

koj box ?

daj sliku i kodove toga sto si radio

Evo slike http://www.zaslike.com/files/mckvkj8h4tolfymgubx.png ono pise dole Box

Textdraw0 = TextDrawCreate(353.000000, 386.000000, "Box");
	TextDrawAlignment(Textdraw0, 2);
	TextDrawBackgroundColor(Textdraw0, 255);
	TextDrawFont(Textdraw0, 1);
	TextDrawLetterSize(Textdraw0, 0.000000, 1.200000);
	TextDrawColor(Textdraw0, -1);
	TextDrawSetOutline(Textdraw0, 0);
	TextDrawSetProportional(Textdraw0, 1);
	TextDrawSetShadow(Textdraw0, 0);
	TextDrawUseBox(Textdraw0, 1);
	TextDrawBoxColor(Textdraw0, 255);
	TextDrawTextSize(Textdraw0, 545.000000, -310.000000);
Poslednja Izmena: Maj 05, 2013, 23:56:03 POSLE PODNE od [CG]Antonio

samo to izbrisi
EDIT: ili mozes
Textdraw0 = TextDrawCreate(353.000000, 386.000000, "Box");
	TextDrawAlignment(Textdraw0, 2);
	TextDrawBackgroundColor(Textdraw0, 255);
	TextDrawFont(Textdraw0, 1);
	TextDrawLetterSize(Textdraw0, 0.000000, 1.200000);
	TextDrawColor(Textdraw0, -1);
	TextDrawSetOutline(Textdraw0, 0);
	TextDrawSetProportional(Textdraw0, 1);
	TextDrawSetShadow(Textdraw0, 0);
	TextDrawUseBox(Textdraw0, 0);
	TextDrawBoxColor(Textdraw0, 255);
	TextDrawTextSize(Textdraw0, 545.000000, -310.000000);
Poslednja Izmena: Maj 05, 2013, 23:57:29 POSLE PODNE od Ivan_Ino.pwn
Software Developer


pa jel ti i oces izbrisat box
Software Developer

Ne nego maknut ime vidis na slici crvene je.boje

probaj ovako
Textdraw0 = TextDrawCreate(353.000000, 386.000000, "   ");
	TextDrawAlignment(Textdraw0, 2);
	TextDrawBackgroundColor(Textdraw0, 255);
	TextDrawFont(Textdraw0, 1);
	TextDrawLetterSize(Textdraw0, 0.000000, 1.200000);
	TextDrawColor(Textdraw0, -1);
	TextDrawSetOutline(Textdraw0, 0);
	TextDrawSetProportional(Textdraw0, 1);
	TextDrawSetShadow(Textdraw0, 0);
	TextDrawUseBox(Textdraw0, 1);
	TextDrawBoxColor(Textdraw0, 255);
	TextDrawTextSize(Textdraw0, 545.000000, -310.000000);
Software Developer

Blaeks

*

Madmen

Textdraw0 = TextDrawCreate(353.000000, 386.000000, "usebox");
TextDrawLetterSize(Textdraw0 , -0.030998, 25.590620);
TextDrawTextSize(Textdraw0 , 75.000000, 0.000000);
TextDrawAlignment(Textdraw0 , 1);
TextDrawColor(Textdraw0 , 0);
TextDrawUseBox(Textdraw0 , true);
TextDrawBoxColor(Textdraw0 , 102);
TextDrawSetShadow(Textdraw0 , 0);
TextDrawSetOutline(Textdraw0 , 0);
TextDrawFont(Textdraw0 , 0);




Blaeks

*

Madmen