SA-MP Forums Archive
[Ajuda] Textdraws - 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] Textdraws (/showthread.php?tid=560233)



Textdraws - CharCoast - 27.01.2015

Algumas textdraw nгo estгo sendo processadas na hospedagem.

Em local host aparecem normalmente, mas na hospedagem nem a pau.

Jб tentei TextDrawShowForPlayer mas nгo rolou.

Alguem ai jб teve esse problema e pode me ajudar?


Re: Textdraws - ipsLuan - 27.01.2015

Cуdigos?


Re: Textdraws - CharCoast - 27.01.2015

TextDraw normal

pawn Код:
Textdrawbv = TextDrawCreate(4.000000, 429.000000, "Seja Bem-Vindo __  ID: __  Level: __  Bom Jogo");
    TextDrawBackgroundColor(Textdrawbv, 255);
    TextDrawFont(Textdrawbv, 1);
    TextDrawLetterSize(Textdrawbv, 0.519999, 1.700000);
    TextDrawColor(Textdrawbv, 16711935);
    TextDrawSetOutline(Textdrawbv, 0);
    TextDrawSetProportional(Textdrawbv, 1);
    TextDrawSetShadow(Textdrawbv, 2);



Re: Textdraws - Dayvison_ - 27.01.2015

Pode ser algo acima dela que crasha o resto da callback..
Poste a parte de cima ou toda a OnGameModeInit