I need a bit of help here! [easy I guess]
#4

51 is the length, the shorter, the less waste of memory.

Use this code:

pawn Код:
new primary[128];
new secondairy[128];
new extra[128];
format(primary, sizeof(primary), "M4A1"); // Modified this line.
TextDrawSetString(shop4,primary);
shop4 = TextDrawCreate(259.000000, 360.000000, "AK74");
TextDrawBackgroundColor(shop4, 255);
TextDrawFont(shop4, 1);
TextDrawLetterSize(shop4, 0.500000, 1.000000);
TextDrawColor(shop4, -1);
TextDrawSetOutline(shop4, 0);
TextDrawSetProportional(shop4, 1);
TextDrawSetShadow(shop4, 1);
Reply


Messages In This Thread
I need a bit of help here! [easy I guess] - by Baboon - 17.12.2010, 19:44
Re: I need a bit of help here! [easy I guess] - by Biesmen - 17.12.2010, 19:46
Re: I need a bit of help here! [easy I guess] - by Baboon - 17.12.2010, 19:47
Re: I need a bit of help here! [easy I guess] - by Biesmen - 17.12.2010, 19:49

Forum Jump:


Users browsing this thread: 1 Guest(s)