problem with textdraws
#7

Quote:
Originally Posted by DanishHaq
Посмотреть сообщение
Make sure that this:

pawn Код:
new Text:Textdraw0;
new Text:Textdraw1;
new Text:Textdraw2;
Is at the top of your script, before main () and after #include <a_samp>

And make sure that this:

pawn Код:
Textdraw0 = TextDrawCreate(35.199993, 206.079986, "LD_SPAC:white");
TextDrawLetterSize(Textdraw0, 0.000000, 0.000000);
TextDrawTextSize(Textdraw0, 138.400054, 109.013320);
TextDrawAlignment(Textdraw0, 2);
TextDrawColor(Textdraw0, 255);
TextDrawSetShadow(Textdraw0, 0);
TextDrawSetOutline(Textdraw0, 0);
TextDrawFont(Textdraw0, 4);
TextDrawSetSelectable(Textdraw0, true);

Textdraw1 = TextDrawCreate(43.999958, 220.266693, "Gramas:");
TextDrawLetterSize(Textdraw1, 0.449999, 1.600000);
TextDrawAlignment(Textdraw1, 1);
TextDrawColor(Textdraw1, 16711935);
TextDrawSetShadow(Textdraw1, 3);
TextDrawSetOutline(Textdraw1, 0);
TextDrawBackgroundColor(Textdraw1, 51);
TextDrawFont(Textdraw1, 1);
TextDrawSetProportional(Textdraw1, 1);

Textdraw2 = TextDrawCreate(41.599975, 236.693283, "Fertelizada:");
TextDrawLetterSize(Textdraw2, 0.449999, 1.600000);
TextDrawAlignment(Textdraw2, 1);
TextDrawColor(Textdraw2, 16711935);
TextDrawSetShadow(Textdraw2, 0);
TextDrawSetOutline(Textdraw2, 1);
TextDrawBackgroundColor(Textdraw2, 51);
TextDrawFont(Textdraw2, 1);
TextDrawSetProportional(Textdraw2, 1);
Is under the OnGameModeInit function.
thanks but i want to make textdraws to when i enter a checkpont that appears to the player you know? how i do it?
Reply


Messages In This Thread
problem with textdraws - by caoraivoso3 - 16.10.2013, 21:20
Re: problem with textdraws - by park4bmx - 16.10.2013, 21:22
Re: problem with textdraws - by caoraivoso3 - 16.10.2013, 21:24
Re: problem with textdraws - by xVIP3Rx - 16.10.2013, 21:27
Re: problem with textdraws - by caoraivoso3 - 16.10.2013, 21:30
Re: problem with textdraws - by DanishHaq - 16.10.2013, 21:31
Re: problem with textdraws - by caoraivoso3 - 17.10.2013, 17:45
Re: problem with textdraws - by LeMoi - 17.10.2013, 17:57
Re: problem with textdraws - by caoraivoso3 - 17.10.2013, 17:59
Re: problem with textdraws - by LeMoi - 17.10.2013, 18:02

Forum Jump:


Users browsing this thread: 3 Guest(s)