30.11.2012, 20:06
Hi,
I bumped into summat thats bugging me to hell....
On bottom of screen theres a textdraw displaying $0.
When I remove them ^ It goes onto screen, like $0 in GameText, anyone any ideas whats happening, It will not gooo!
I bumped into summat thats bugging me to hell....
On bottom of screen theres a textdraw displaying $0.
pawn Код:
new versions[64];
format(versions, sizeof(versions),"%s");
Textdraw3 = TextDrawCreate(303.000000,437.000000,versions);
TextDrawUseBox(Textdraw2,1);
TextDrawBoxColor(Textdraw2,0x00000066);
TextDrawTextSize(Textdraw2,700.000000,1500.000000);
TextDrawAlignment(Textdraw2,1);
TextDrawAlignment(Textdraw3,2);
TextDrawBackgroundColor(Textdraw2,0x00000066);
TextDrawBackgroundColor(Textdraw3,0x000000ff);
TextDrawFont(Textdraw2,1);
TextDrawLetterSize(Textdraw2,0.299999,1.000000);
TextDrawFont(Textdraw3,2);
TextDrawLetterSize(Textdraw3,0.399999,1.000000);
TextDrawColor(Textdraw2,0x00ff00cc);
TextDrawColor(Textdraw3,0xffffffff);
TextDrawSetOutline(Textdraw2,1);
TextDrawSetOutline(Textdraw3,1);
TextDrawSetProportional(Textdraw2,1);
TextDrawSetProportional(Textdraw3,1);
TextDrawSetShadow(Textdraw2,1);
TextDrawSetShadow(Textdraw3,1);