SA-MP Forums Archive
[Ajuda] TextDraw n aparece ! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] TextDraw n aparece ! (/showthread.php?tid=493609)



TextDraw n aparece ! - gui9898 - 09.02.2014

Alguem me ajuda eu usei aquele programa de criar textdraw eu terminei peguei os cod
botei na gm compilei, so que n aparece, me ajudem pf !

pawn Код:
// TextDraw developed using Zamaroht's Textdraw Editor 1.0

// On top of script:
new Text:Textdraw0;
new Text:Textdraw2;

// In OnGameModeInit prefferably, we procced to create our textdraws:
Textdraw0 = TextDrawCreate(542.000000, 325.000000, "BVE");
TextDrawBackgroundColor(Textdraw0, 255);
TextDrawFont(Textdraw0, 1);
TextDrawLetterSize(Textdraw0, 0.619999, 3.999998);
TextDrawColor(Textdraw0, -16776961);
TextDrawSetOutline(Textdraw0, 0);
TextDrawSetProportional(Textdraw0, 1);
TextDrawSetShadow(Textdraw0, 1);

Textdraw2 = TextDrawCreate(556.000000, 349.000000, "RPG");
TextDrawBackgroundColor(Textdraw2, 255);
TextDrawFont(Textdraw2, 1);
TextDrawLetterSize(Textdraw2, 0.619999, 3.999998);
TextDrawColor(Textdraw2, 65535);
TextDrawSetOutline(Textdraw2, 0);
TextDrawSetProportional(Textdraw2, 1);
TextDrawSetShadow(Textdraw2, 1);

// You can now use TextDrawShowForPlayer(-ForAll), TextDrawHideForPlayer(-ForAll) and
// TextDrawDestroy functions to show, hide, and destroy the textdraw.



Re: TextDraw n aparece ! - yNexus - 09.02.2014

poem em
PHP код:
OnPlayerConnect 
PHP код:
TextDrawShowForPlayer(playeridTextdraw0);
TextDrawShowForPlayer(playeridTextdraw2); 
ou em algum comando, nгo sei oque vocк quer fazer .



Re: TextDraw n aparece ! - gui9898 - 10.02.2014

Quote:
Originally Posted by yNexus
Посмотреть сообщение
poem em
PHP код:
OnPlayerConnect 
PHP код:
TextDrawShowForPlayer(playeridTextdraw0);
TextDrawShowForPlayer(playeridTextdraw2); 
ou em algum comando, nгo sei oque vocк quer fazer .
OBG CARA +REP