Nece da se makne box sa TD


Započeo Nodze, Decembar 08, 2018, 13:21:02 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Problem(error/warning): Napravio sam TD, dodao Jelku, kapu, paketic, i sad ja sklonim u TDeditoru, da nema oko jelke ona kocka crna (box),,,
ubacim u gamemod, ima crno oko jelke, kape i paketica,
Dio skripte:
        ServerPoruke[5] = TextDrawCreate(14.055696, 403.083190, "use_box"); //Paketic
	TextDrawLetterSize(ServerPoruke[5], 0.449999, 1.600000);
	TextDrawTextSize(ServerPoruke[5], 18.740846, 23.333324);
	TextDrawAlignment(ServerPoruke[5], 1);
	TextDrawColor(ServerPoruke[5], -1);
	TextDrawUseBox(ServerPoruke[5], true);
	TextDrawBoxColor(ServerPoruke[5], 0);
	TextDrawSetShadow(ServerPoruke[5], 0);
	TextDrawSetOutline(ServerPoruke[5], 1);
	TextDrawFont(ServerPoruke[5], 5);
	TextDrawSetProportional(ServerPoruke[5], 1);
	TextDrawSetPreviewModel(ServerPoruke[5], 19055);
	TextDrawSetPreviewRot(ServerPoruke[5], 0.000000, 0.000000, 0.000000, 1.000000);
//==============================================================
        ServerPoruke[13] = TextDrawCreate(544.421813, -23.333187, "use_box"); //KAPA
	TextDrawLetterSize(ServerPoruke[13], 0.522620, -3.445834);
	TextDrawTextSize(ServerPoruke[13], -35.138568, 72.916824);
	TextDrawAlignment(ServerPoruke[13], 1);
	TextDrawColor(ServerPoruke[13], -1);
	TextDrawUseBox(ServerPoruke[13], true);
	TextDrawBoxColor(ServerPoruke[13], 0);
	TextDrawSetShadow(ServerPoruke[13], 0);
	TextDrawSetOutline(ServerPoruke[13], 1);
	TextDrawFont(ServerPoruke[13], 5);
	TextDrawSetProportional(ServerPoruke[13], 1);
	TextDrawSetPreviewModel(ServerPoruke[13], 19065);
	TextDrawSetPreviewRot(ServerPoruke[13], 344.000000, 0.000000, 0.000000, 1.000000);
//==============================================================
	ServerPoruke[14] = TextDrawCreate(-27.642810, 307.999511, "use_box"); //JELKA
	TextDrawLetterSize(ServerPoruke[14], 0.449999, 1.600000);
	TextDrawTextSize(ServerPoruke[14], 79.648590, 137.083175);
	TextDrawAlignment(ServerPoruke[14], 1);
	TextDrawColor(ServerPoruke[14], -1);
	TextDrawUseBox(ServerPoruke[14], true);
	TextDrawBoxColor(ServerPoruke[14], 0);
	TextDrawSetShadow(ServerPoruke[14], 0);
	TextDrawSetOutline(ServerPoruke[14], 1);
	TextDrawFont(ServerPoruke[14], 5);
	TextDrawSetProportional(ServerPoruke[14], 1);
	TextDrawSetPreviewModel(ServerPoruke[14], 19076);
	TextDrawSetPreviewRot(ServerPoruke[14], 0.000000, 0.000000, 0.000000, 1.000000);

Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log)
Slika/video ingame problema(obavezno ako je ingame problem):  https://imgur.com/a/1Teoeuo

Gamemod: Spotify Community
Owner: Nodze ( Dzenan Levic )

TextDrawBoxColor(ServerPoruke[5], 0x00000000);

Citat: Terzic poslato Decembar 08, 2018, 13:29:22 POSLE PODNE
TextDrawBoxColor(ServerPoruke[5], 0x00000000);

Fixo sam,
TextDrawBackgroundColor(ImeTextDrawa, 0x0000000);
ovo morao ubacit  , i hvala ti na pomoci
Poslednja Izmena: Decembar 08, 2018, 13:39:27 POSLE PODNE od Nodze

Gamemod: Spotify Community
Owner: Nodze ( Dzenan Levic )

ServerPoruke[5] = TextDrawCreate(14.055696, 403.083190, ""); //Paketic
	TextDrawLetterSize(ServerPoruke[5], 0.449999, 1.600000);
	TextDrawTextSize(ServerPoruke[5], 18.740846, 23.333324);
	TextDrawAlignment(ServerPoruke[5], 1);
	TextDrawColor(ServerPoruke[5], -1);
	TextDrawSetShadow(ServerPoruke[5], 0);
	TextDrawSetOutline(ServerPoruke[5], 0);
	TextDrawBackgroundColor(ServerPoruke[5], 0x00000000);
	TextDrawFont(ServerPoruke[5], 5);
	TextDrawSetProportional(ServerPoruke[5], 0);
	TextDrawSetPreviewModel(ServerPoruke[5], 19055);
	TextDrawSetPreviewRot(ServerPoruke[5], 0.000000, 0.000000, 0.000000, 1.000000);
//==============================================================
	ServerPoruke[13] = TextDrawCreate(544.421813, -23.333187, ""); //KAPA
	TextDrawLetterSize(ServerPoruke[13], 0.522620, -3.445834);
	TextDrawTextSize(ServerPoruke[13], -35.138568, 72.916824);
	TextDrawAlignment(ServerPoruke[13], 1);
	TextDrawColor(ServerPoruke[13], -1);
	TextDrawSetShadow(ServerPoruke[13], 0);
	TextDrawSetOutline(ServerPoruke[13], 0);
	TextDrawBackgroundColor(ServerPoruke[13], 0x00000000);
	TextDrawFont(ServerPoruke[13], 5);
	TextDrawSetProportional(ServerPoruke[13], 0);
	TextDrawSetPreviewModel(ServerPoruke[13], 19065);
	TextDrawSetPreviewRot(ServerPoruke[13], 344.000000, 0.000000, 0.000000, 1.000000);
//==============================================================
	ServerPoruke[14] = TextDrawCreate(-27.642810, 307.999511, ""); //JELKA
	TextDrawLetterSize(ServerPoruke[14], 0.449999, 1.600000);
	TextDrawTextSize(ServerPoruke[14], 79.648590, 137.083175);
	TextDrawAlignment(ServerPoruke[14], 1);
	TextDrawColor(ServerPoruke[14], -1);
	TextDrawSetShadow(ServerPoruke[14], 0);
	TextDrawSetOutline(ServerPoruke[14], 0);
	TextDrawBackgroundColor(ServerPoruke[14], 0x00000000);
	TextDrawFont(ServerPoruke[14], 5);
	TextDrawSetProportional(ServerPoruke[14], 0);
	TextDrawSetPreviewModel(ServerPoruke[14], 19076);
	TextDrawSetPreviewRot(ServerPoruke[14], 0.000000, 0.000000, 0.000000, 1.000000);


Predji usput na TDEditor
Poslednja Izmena: Decembar 08, 2018, 13:43:16 POSLE PODNE od Terzic