Jump to content

Text Draw


ShoWer_Fresh

Recommended Posts

Nume:ShoWer_Fresh

Nume tutorial:cum sa bagi un textdraw si sa se vada la toti playeri

Descriere:pai as vrea un tutorial cum sa bag un text draw si sa vada playeri in joc

am facut un text draw :

[pawn]new Text:Textdraw0;

Textdraw0 = TextDrawCreate(159 ,431 , "Romania");

TextDrawFont(Textdraw0 , 0);

TextDrawLetterSize(Textdraw0 , 1, 7);

TextDrawColor(Textdraw0 , 0x3c00ffFF);

TextDrawSetOutline(Textdraw0 , true);

TextDrawSetProportional(Textdraw0 , true);

TextDrawSetShadow(Textdraw0 , 1);

new Text:Textdraw1;

Textdraw1 = TextDrawCreate(324 ,425 , "Stunt");

TextDrawFont(Textdraw1 , 0);

TextDrawLetterSize(Textdraw1 , 1, 7);

TextDrawColor(Textdraw1 , 0xeeff00FF);

TextDrawSetOutline(Textdraw1 , true);

TextDrawSetProportional(Textdraw1 , true);

TextDrawSetShadow(Textdraw1 , 1);

new Text:Textdraw2;

Textdraw2 = TextDrawCreate(445 ,427 , "Capital");

TextDrawFont(Textdraw2 , 0);

TextDrawLetterSize(Textdraw2 , 1, 7);

TextDrawColor(Textdraw2 , 0xff0000FF);

TextDrawSetOutline(Textdraw2 , true);

TextDrawSetProportional(Textdraw2 , true);

TextDrawSetShadow(Textdraw2 , 1);[/pawn]

il bag la on game mode int  pornesc serverul intru pe el si numi apare de ce  ajutatima va rog!!

http://www.sa-mp.ro/forum/index.php?topic=32387.0  [Zadmin V1.0]

Messenger:[email protected] [email protected]

Skype:markkristian1

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

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.