SA-MP Forums Archive
[problema]Textdraw editor - 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: [problema]Textdraw editor (/showthread.php?tid=200987)



[problema]Textdraw editor - Xapita_Halls - 19.12.2010

tipo galeto usei o zamaroht editor textdraw mais o problema eh q n aparece
em ongamemodeinit:
pawn Code:
Textdraw3 = TextDrawCreate(494.000000, 102.000000, "Brasil Style Royal RPG");
TextDrawBackgroundColor(Textdraw3, 255);
TextDrawFont(Textdraw3, 2);
TextDrawLetterSize(Textdraw3, 0.500000, 1.000000);
TextDrawColor(Textdraw3, -1);
TextDrawSetOutline(Textdraw3, 0);
TextDrawSetProportional(Textdraw3, 1);
TextDrawSetShadow(Textdraw3, 1);
me ajudem pf


Re: [problema]Textdraw editor - CyNiC - 19.12.2010

pawn Code:
public OnPlayerConnect(playerid)
{
    TextDrawShowForPlayer(playerid, Textdraw3);
    return 1;
}