[Ajuda] como fixar essa textdraw
#1

Код:
	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 ?
Reply
#2

https://sampwiki.blast.hk/wiki/TextDrawShowForPlayer
Reply
#3

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

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.
Reply
#5

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б
Reply
#6

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


Forum Jump:


Users browsing this thread: 1 Guest(s)