[Ajuda] Estranho - 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] Estranho (
/showthread.php?tid=397209)
Estranho -
mau.tito - 03.12.2012
Galera eu fiz uma textdraw com o nome do meu servidor botei no gm,
mas ela uma parte nao aparece eu botei um _____ so que nao aparece!
Code\/
pawn Code:
PlayerInfo[playerid][Linha] = TextDrawCreate(271.000000, 387.000000, "_______________");
TextDrawBackgroundColor(PlayerInfo[playerid][Linha], -86);
TextDrawFont(PlayerInfo[playerid][Linha], 2);
TextDrawLetterSize(PlayerInfo[playerid][Linha], 0.500000, 1.000000);
TextDrawColor(PlayerInfo[playerid][Linha], 170);
TextDrawSetOutline(PlayerInfo[playerid][Linha], 1);
TextDrawSetProportional(PlayerInfo[playerid][Linha], 1);
Re: Estranho -
Rodney Francalim - 03.12.2012
TextDrawShowForPlayer, rs.
Re: Estranho -
smiiir - 03.12.2012
Vocк colocou em OnPlayerConnect
pawn Code:
TextDrawShowForPlayer(playerid,PlayerInfo);
Re: Estranho -
mau.tito - 03.12.2012
Ja tem
TextDrawShowForPlayer
Mas nгo pega!
Re: Estranho -
@Riichard - 03.12.2012
_ , nгo apareзe nada em TextDraw.
Como se fosse "invisivel".
Isso й mais ъtilizado para fazer box's.
@edit
Se quer fazer um linha, use: -
Re: Estranho -
mau.tito - 03.12.2012
Quote:
Originally Posted by @Riichard
_ , nгo apareзe nada em TextDraw.
Como se fosse "invisivel".
Isso й mais ъtilizado para fazer box's.
@edit
Se quer fazer um linha, use: -
|
Ja vi em outros GMґs usando assim e pega!
Re: Estranho -
zSuYaNw - 03.12.2012
Й bug do sa-mp, tente usar com textdraw diferente.
Re: Estranho -
@Riichard - 03.12.2012
Usando _ ?
Eu nunca vi... Para fazer linhas eu uso o -
Re: Estranho -
mau.tito - 03.12.2012
Vo usar o -- e vo tirar print pra vc ver como fica diferente!
Re: Estranho -
@Riichard - 03.12.2012
Nos meus textdraw, sempre quando uso _ nгo apareзe. Nesse caso so uso ele para fazer box's.
Entгo, uso o -.
Nгo sei os outros, mas pelo menos eu nгo vi o _ em textdraws..