TextDraw nгo aparece IG.
#1

Nгo aparece no jogo..

pawn Код:
Textdraw1 = TextDrawCreate(353 ,457 , "Crйditos: Pedro P.");
TextDrawFont(Textdraw1 , 1);
TextDrawLetterSize(Textdraw1 , 1, 7);
TextDrawColor(Textdraw1 , 0x000000FF);
TextDrawSetOutline(Textdraw1 , false);
TextDrawSetProportional(Textdraw1 , true);
TextDrawSetShadow(Textdraw1 , 1);
Reply
#2

Certifique-se de que tem TextDrawShowForPlayer(...);

This forum requires that you wait 120 seconds between posts. Please try again in 23 seconds.
Reply
#3

Cara jб fiz tudo que tinha que fazer na aparece '1---
Reply
#4

up ajuda alguйm por favor..
Reply
#5

й no ongamemodeinit que tб isso ?

tou com o mesmo problema ....


tenta criar e colocar numa public talvez dк
Reply
#6

pawn Код:
public OnPlayerConnect(playerid)
{
    TextDrawShowForPlayer(playerid,Textdraw1);
    return 1;
}

public OnPlayerDisconnect(playerid, reason)
{
    TextDrawHideForPlayer(playerid,Textdraw1);
    return 1;
}
e cuidado pra nгo fazer assim: static Text:Textdraw1; o correto й new Text:Textdraw1; , vocк nгo deve ter feito isso, mas й bom perguntar porque ja vi muitos cometerem esses erro
Reply
#7

A cordenada Y que tem o Valor Flutuante: 457 esta muito alta

Isso esta fazendo com que a textdraw Fique abaixo da tela Troque 457 por 300 e teste
Reply
#8

Obrigado
mais vei fico muito encima queria que ficasse no canto de baixo direito
Reply
#9

Quote:
Originally Posted by Pedro Pawno
Посмотреть сообщение
Obrigado
mais vei fico muito encima queria que ficasse no canto de baixo direito
Use o Zamaroth's
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)