[Ajuda] TextDraw nгo aparecendo.
#1

Cуdigo
pawn Код:
// On top of script:
new Text:minhatext;

// In OnGameModeInit
minhatext = TextDrawCreate(579, 432, "LE4NDrO");
TextDrawFont(minhatext , 1);
TextDrawLetterSize(minhatext , 2, 14);
TextDrawColor(minhatext , 0x0080FFFF);
TextDrawSetOutline(minhatext , 0);
TextDrawSetProportional(minhatext , 1);
TextDrawSetShadow(minhatext , 1);
Print como fica a tela logado : http://i.imgur.com/DdUav1U.jpg
Reply
#2

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

Como assim falta mostra ? me manda um exemplo como e para min por
Reply
#4

pawn Код:
// em OnPlayerConnect
TextDrawShowForPlayer(playerid, minhatext);
Reply
#5

botei e continua sem aparecer.
Reply
#6

As coordenadas desse TextDraw devem ser numericamente reduzidas para que ele fique visнvel na tela do jogo .



O TextDraw apareceria se, por exemplo, as coordenadas X e Y atuais, 579.0 e 432.0, fossem reduzidas para 200.0 e 100.0, respectivamente.



Espero ter ajudado .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)