15.11.2018, 14:43
Com o TDEditor, vejo a imagem mas ao compilar eu nгo vejo
Eu tentei com um texto e sim parece
como eu resolvo
Eu tentei com um texto e sim parece
como eu resolvo
new Text:TDEditor_TD[1];
TDEditor_TD[0] = TextDrawCreate(275.285705, 65.826660, "mdl-2001:logo");
TextDrawLetterSize(TDEditor_TD[0], 0.000000, 0.000000);
TextDrawTextSize(TDEditor_TD[0], 63.000000, 90.000000);
TextDrawAlignment(TDEditor_TD[0], 1);
TextDrawColor(TDEditor_TD[0], -1);
TextDrawSetShadow(TDEditor_TD[0], 0);
TextDrawSetOutline(TDEditor_TD[0], 0);
TextDrawBackgroundColor(TDEditor_TD[0], 255);
TextDrawFont(TDEditor_TD[0], 4);
TextDrawSetProportional(TDEditor_TD[0], 0);
TextDrawSetShadow(TDEditor_TD[0], 0);
TextDrawShowForPlayer(playerid, TDEditor_TD[0]);
// OnGameModeInit ou OnFilterScriptInit
AddSimpleModel(...);
artconfig 1
Vocк adicionou o objeto ao jogo?
pawn Код:
Код:
artconfig 1 |