- 0
Problema ziua
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
Zapakitu
Multumesc iulian insa nu a mers
am inca o problema
Sus la data / ora / zi imi apare data cu 2 zile in fata ! ex: azi este marti apare joi...
[pawn]
TextdrawCeas0 = TextDrawCreate(542.000000, 24.000000, "Ora:");
TextDrawBackgroundColor(TextdrawCeas0, 255);
TextDrawFont(TextdrawCeas0, 0);
TextDrawLetterSize(TextdrawCeas0, 0.410000, 1.000000);
TextDrawColor(TextdrawCeas0, 16777215);
TextDrawSetOutline(TextdrawCeas0, 1);
TextDrawSetProportional(TextdrawCeas0, 1);
TextdrawCeas1 = TextDrawCreate(543.000000, 35.000000, "Data:");
TextDrawBackgroundColor(TextdrawCeas1, 255);
TextDrawFont(TextdrawCeas1, 0);
TextDrawLetterSize(TextdrawCeas1, 0.419999, 1.100000);
TextDrawColor(TextdrawCeas1, 16777215);
TextDrawSetOutline(TextdrawCeas1, 1);
TextDrawSetProportional(TextdrawCeas1, 1);
TextdrawCeas2 = TextDrawCreate(543.000000, 48.000000, "Ziua:");
TextDrawBackgroundColor(TextdrawCeas2, 255);
TextDrawFont(TextdrawCeas2, 0);
TextDrawLetterSize(TextdrawCeas2, 0.430000, 1.000000);
TextDrawColor(TextdrawCeas2, 16777215);
TextDrawSetOutline(TextdrawCeas2, 1);
TextDrawSetProportional(TextdrawCeas2, 1);
Ora = TextDrawCreate(578.000000, 24.000000, "--:--");
TextDrawBackgroundColor(Ora, 255);
TextDrawFont(Ora, 1);
TextDrawLetterSize(Ora, 0.300000, 1.000000);
TextDrawColor(Ora, -768781634);
TextDrawSetOutline(Ora, 1);
TextDrawSetProportional(Ora, 1);
DataCurenta = TextDrawCreate(573.000000, 36.000000, "--/--/----");
TextDrawBackgroundColor(DataCurenta, 255);
TextDrawFont(DataCurenta, 1);
TextDrawLetterSize(DataCurenta, 0.280000, 1.000000);
TextDrawColor(DataCurenta, 1690854600);
TextDrawSetOutline(DataCurenta, 1);
TextDrawSetProportional(DataCurenta, 1);
Zile = TextDrawCreate(575.000000, 48.000000,"----");
TextDrawBackgroundColor(Zile, 255);
TextDrawFont(Zile, 1);
TextDrawLetterSize(Zile, 0.300000, 1.000000);
TextDrawColor(Zile, -16711681);
TextDrawSetOutline(Zile, 1);
TextDrawSetProportional(Zile, 1);[/pawn]
este bine mai in sus? daca nu , ma puteti ajuta va rog?
2 answers to this question
Recommended Posts