QUESTION ABOUT TEXTDRAWS
#6

More easier:
Where to add the creation of textdraws like:
pawn Код:
DMV1 = TextDrawCreate(223.000000, 347.083404, "Driving School Exam");
        TextDrawLetterSize(DMV1, 0.465000, 1.938334);
        TextDrawAlignment(DMV1, 1);
        TextDrawColor(DMV1, -1);
        TextDrawSetShadow(DMV1, 0);
        TextDrawSetOutline(DMV1, 1);
        TextDrawBackgroundColor(DMV1, 51);
        TextDrawFont(DMV1, 2);
        TextDrawSetProportional(DMV1, 1);
And the creation of textdraws like:
pawn Код:
carspeed[playerid] = TextDrawCreate(256.470581, 408.333374, "Speed: 69 KM/H");
        TextDrawLetterSize(carspeed[playerid], 0.449999, 1.600000);
        TextDrawAlignment(carspeed[playerid], 1);
        TextDrawColor(carspeed[playerid], -1);
        TextDrawSetShadow(carspeed[playerid], 0);
        TextDrawSetOutline(carspeed[playerid], 1);
        TextDrawBackgroundColor(carspeed[playerid], 51);
        TextDrawFont(carspeed[playerid], 1);
        TextDrawSetProportional(carspeed[playerid], 1);
Reply


Messages In This Thread
QUESTION ABOUT TEXTDRAWS - by buburuzu19 - 11.12.2014, 07:48
Re: QUESTION ABOUT TEXTDRAWS - I GIVE REPUTATION - by JeaSon - 11.12.2014, 08:41
[No subject] - by buburuzu19 - 11.12.2014, 08:44
Re: QUESTION ABOUT TEXTDRAWS - I GIVE REPUTATION - by Infinity - 11.12.2014, 08:50
Re: QUESTION ABOUT TEXTDRAWS - I GIVE REPUTATION - by buburuzu19 - 11.12.2014, 08:53
Re: QUESTION ABOUT TEXTDRAWS - I GIVE REPUTATION - by buburuzu19 - 11.12.2014, 08:56
Re: QUESTION ABOUT TEXTDRAWS - I GIVE REPUTATION - by Vince - 11.12.2014, 08:58
Vince - by buburuzu19 - 11.12.2014, 09:00
Re: QUESTION ABOUT TEXTDRAWS - I GIVE REPUTATION - by Admigo - 11.12.2014, 09:15
Re: QUESTION ABOUT TEXTDRAWS - I GIVE REPUTATION - by M4D - 11.12.2014, 09:30

Forum Jump:


Users browsing this thread: 2 Guest(s)