Textdraw

Započeo d3dic
27. Maj 2018. Zaključano
540
pregleda
5
postova
ItsJacky
5
Crime Lord
27. Maj 2018.
Problem(error/warning): Error
Dio skripte:
TDEditor_TD = TextDrawCreate(349.500000, 450.666687, "usebox");
TextDrawLetterSize(textdraw, 0.000000, -2.423152);
TextDrawTextSize(textdraw, -5.750000, 0.000000);
TextDrawAlignment(textdraw, 1);
TextDrawColor(textdraw, -1378294017);
TextDrawUseBox(textdraw, true);
TextDrawBoxColor(textdraw, 255);
TextDrawSetShadow(textdraw, 0);
TextDrawOutline(textdraw, 0);
TextDrawBackgroundColor(textdraw, -1378294017);
TextDrawFont(textdraw, 0);


Slika errora:

Znaci uradio sam tdove sebi u ipleomax i normalno ih sve ubacio, i sve radi al nmg da resim ove errore sa slike gore niti mogu skontat sta je u pitanju!
Luka Tomasevic
5
Godfather
27. Maj 2018.
TDEditor_TD = TextDrawCreate(349.500000, 450.666687, "usebox");
TextDrawLetterSize(TDEditor_TD, 0.000000, -2.423152);
TextDrawTextSize(TDEditor_TD, -5.750000, 0.000000);
TextDrawAlignment(TDEditor_TD, 1);
TextDrawColor(TDEditor_TD, -1378294017);
TextDrawUseBox(TDEditor_TD, true);
TextDrawBoxColor(TDEditor_TD, 255);
TextDrawSetShadow(TDEditor_TD, 0);
TextDrawOutline(TDEditor_TD, 0);
TextDrawBackgroundColor(TDEditor_TD, -1378294017);
TextDrawFont(TDEditor_TD, 0);

Probaj ovako.
Vincenzo_Peruggia
5
OG Legend
27. Maj 2018.
Izbacuje ti errore zato sto ti je u TextDrawCreate napisano TDEditor_TD a u ostalim stvarima poput TextDrawLetterSize napisano textdraw
Ovako stavi 🙂
TDEditor_TD = TextDrawCreate(349.500000, 450.666687, "usebox");
TextDrawLetterSize(TDEditor_TD, 0.000000, -2.423152);
TextDrawTextSize(TDEditor_TD, -5.750000, 0.000000);
TextDrawAlignment(TDEditor_TD, 1);
TextDrawColor(TDEditor_TD, -1378294017);
TextDrawUseBox(TDEditor_TD, true);
TextDrawBoxColor(TDEditor_TD, 255);
TextDrawSetShadow(TDEditor_TD, 0);
TextDrawOutline(TDEditor_TD, 0);
TextDrawBackgroundColor(TDEditor_TD, -1378294017);
TextDrawFont(TDEditor_TD, 0);

I tako za sve ostale samo menjas brojeve 🙂
ItsJacky
5
Crime Lord
27. Maj 2018.
Oj jesam i ja corav HAHAHAHA hvala vam momci 😂😂😂 oj treba me stid bit
Luka Tomasevic
5
Godfather
27. Maj 2018.
Alex ツ wrote on May 27, 2018, 11:04 am:
Oj jesam i ja corav HAHAHAHA hvala vam momci 😂😂😂 oj treba me stid bit

Nmvz  😄 Ovaj podforum sluzi da pomazemo jedni drugima

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha