SA-MP Forums Archive
[Ajuda] Criar textdraw com skin ? ou carro? - 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] Criar textdraw com skin ? ou carro? (/showthread.php?tid=445641)



Criar textdraw com skin ? ou carro? - VeNuZ_ - 22.06.2013

como crio uma textdraw com skin ou carro alguem sabe ?


Respuesta: Criar textdraw com skin ? ou carro? - Parka - 22.06.2013

asimm ?? https://sampforum.blast.hk/showthread.php?tid=431226


Re: Criar textdraw com skin ? ou carro? - VeNuZ_ - 22.06.2013

sim.


Respuesta: Criar textdraw com skin ? ou carro? - Parka - 22.06.2013

https://sampforum.blast.hk/showthread.php?tid=406833


Re: Criar textdraw com skin ? ou carro? - VeNuZ_ - 22.06.2013

pawn Код:
//topo gm:
new DefenderSkin;

//OnGameModeInit

    DefenderSkin = TextDrawCreate(475.000000, 315.000000, "_");
    TextDrawBackgroundColor(DefenderText,0xFF555555);
    TextDrawFont(DefenderSkin, 5);
    TextDrawLetterSize(DefenderSkin, 0.500000, 1.000000);
    TextDrawColor(DefenderSkin, -1);
    TextDrawSetOutline(DefenderSkin, 0);
    TextDrawSetProportional(DefenderSkin, 1);
    TextDrawSetShadow(DefenderSkin, 1);
    TextDrawUseBox(DefenderSkin, 1);
    TextDrawBoxColor(DefenderText,0x0000033);
    TextDrawTextSize(DefenderSkin, 133.000000, 141.000000);
    TextDrawSetPreviewModel(DefenderSkin, 278);
    TextDrawSetPreviewRot(DefenderSkin, 0.000000, 0.000000, 0.000000, 1.000000);
    TextDrawSetSelectable(DefenderSkin, 0);
//On player class

    TextDrawShowForPlayer(playerid, DefenderSkin);
Nгo estб a dar!