SA-MP Forums Archive
[Ajuda] como fixar essa textdraw - 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] como fixar essa textdraw (/showthread.php?tid=593240)



como fixar essa textdraw - NascimentoRJ - 03.11.2015

Код:
	Textdraw0 = TextDrawCreate(3.000000, 433.000000, "AJUDA: ~g~/ADMINS ~y~/REPORTS ~r~/COMANDOS ~p~/TELES ~b~/LINK ~w~/CREDITOS");
	TextDrawBackgroundColor(Textdraw0, 255);
	TextDrawFont(Textdraw0, 1);
	TextDrawLetterSize(Textdraw0, 0.529999, 1.300001);
	TextDrawColor(Textdraw0, -65281);
	TextDrawSetOutline(Textdraw0, 1);
	TextDrawSetProportional(Textdraw0, 1);
	TextDrawUseBox(Textdraw0, 1);
	TextDrawBoxColor(Textdraw0, 255);
	TextDrawTextSize(Textdraw0, 655.000000, -95.000000);
Essa textdraw estб em public gamemodeinit e sу aparece quando eu estou na seleзгo de skin, como fixo ela pra sempre ?


Re: como fixar essa textdraw - FStralioti - 03.11.2015

https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer


Re: como fixar essa textdraw - Galhardo - 03.11.2015

Exclui
PHP код:
TextDrawHideForPlayer(playeridTextdraw0); 
do seu gamemode todo.


Re : como fixar essa textdraw - DjonathaTM - 03.11.2015

TextDrawHideForPlayer(playerid, Textdraw0);

Hide, irб Esconder a textdraw.
Show = irб Aparecer

Entгo, por exemplo que vocк deseja que aparece o textdraw para o jogador sу depois que ele spawnar
Em OnPlayerSpawn:
TextDrawShowForPlayer(playerid, Textdraw0);

Em OnPlayerConnect:
TextDrawHideForPlayer(playerid, Textdraw0);

OnPlayerRequestClass:
TextDrawHideForPlayer(playerid, Textdraw0);

e vai indo.


Re: como fixar essa textdraw - NascimentoRJ - 03.11.2015

Quote:
Originally Posted by Galhardo
Посмотреть сообщение
Exclui
PHP код:
TextDrawHideForPlayer(playeridTextdraw0); 
do seu gamemode todo.
Deu certo valeu! poderia me dizer um site para eu ver as cores das textdraw ? queria mudar aquela faixa preta... deixar invisivel sei lб


Re: como fixar essa textdraw - Galhardo - 03.11.2015

Vocк ta falando do fundo preto? Aqueles que ficam abaixo do radar do ponto esquerdo atй o direito da tela?