[Ajuda] Problema com TextDrawSetPreviewModel
#1

Bom, basicamente ao tentar tornar a textdraw visivel, meu gta crasha, cуdigo:
pawn Код:
Textdraw4 = TextDrawCreate(119.000000, 244.000000, "_");
    TextDrawBackgroundColor(Textdraw4, 255);
    TextDrawFont(Textdraw4, TEXT_DRAW_FONT_MODEL_PREVIEW);
    TextDrawColor(Textdraw4, -1);
    TextDrawSetPreviewModel(Textdraw4, 23);
    TextDrawSetSelectable(Textdraw4, 0);
isso sу acontece se eu tento colocar uma skin na text, eu uso ela para objetos e nunca aconteceu atй hoje
Reply
#2

Tente:
pawn Код:
new Text:textdraw4;
 
public OnGameModeInit()
{
    textdraw4 = TextDrawCreate(119.0, 244.0, "_");
        TextDrawBackgroundColor(Textdraw4, 255)
    TextDrawFont(textdraw4, TEXT_DRAW_FONT_MODEL_PREVIEW);
    TextDrawColor(Textdraw4, -1)
    TextDrawSetPreviewModel(textdraw4, 23);
    TextDrawSetSelectable(Textdraw4, 0);
   
    return 1;
}
Reply
#3

como e que vc esta a setar a skin nela?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)