[Ajuda] TDE EDITOR - Versão de Impressão +- Portal SAMP (https://portalsamp.com) +-- Fórum: SA-MP (https://portalsamp.com/forumdisplay.php?fid=5) +--- Fórum: Área de suporte (https://portalsamp.com/forumdisplay.php?fid=6) +--- Tópico: [Ajuda] TDE EDITOR (/showthread.php?tid=1811) |
TDE EDITOR - Atirador-lite - 04/11/2021 alguem sabe como eu faço para colocar uma textdraw pronta no tde editor? Tipo:essa--> //Global TelaDeLogin1[1] = TextDrawCreate(264.375000, 125.249977, "Jogador(a)"); TextDrawLetterSize(TextDrawCel[1], 0.400000, 1.600000); TextDrawAlignment(TextDrawCel[1], 1); TextDrawColor(TextDrawCel[1], 255); TextDrawSetShadow(TextDrawCel[1], 0); TextDrawBackgroundColor(TextDrawCel[1], 65535); TextDrawFont(TextDrawCel[1], 2); TextDrawSetProportional(TextDrawCel[1], 1); Ou Tipo Player para fica assim 157.800323|178.466720|0.000000|0.000000|21.000000|19.000000|1|255|0|255|0|0|255|4|0|0|0|Jogador(a)|0|0.000000|0.000000|0.000000|0.000000|0|0 com um arquivo tipo login.tde RE: TDE EDITOR - xbruno1000x - 04/11/2021 O ideal é colocar a textdraw num gamemode limpo e dar um TextdrawShow nela. Depois é só criar um projeto e ir criando coisas em cima dela. |