[Ajuda] TextDraw Mudando
#7

sempre usei deste modo quando criava uma textdraw em loop agora ficou dando este erro
pawn Код:
public OnGameModeInit()
{
    for(new x = 0; x < MAX_PLAYERS; x++)
    {
        Profs[x] = TextDrawCreate(323.000000, 430.000000, " ");
        TextDrawAlignment(Profs[x], 2);
        TextDrawBackgroundColor(Profs[x], 255);
        TextDrawFont(Profs[x], 2);
        TextDrawLetterSize(Profs[x], 0.239999, 1.799999);
        TextDrawColor(Profs[x], -1);
        TextDrawSetOutline(Profs[x], 1);
        TextDrawSetProportional(Profs[x], 1);
        TextDrawSetSelectable(Profs[x], 0);
    }
EDIT:
nossa vei bugo tudo, tudo mesmo nenhum comando fuciona
Reply


Messages In This Thread
TextDraw Mudando - by ExPLORE - 24.09.2014, 01:18
Re: TextDraw Mudando - by SkullFire - 24.09.2014, 01:23
Re: TextDraw Mudando - by ExPLORE - 24.09.2014, 01:24
Re: TextDraw Mudando - by connork - 24.09.2014, 01:24
Re: TextDraw Mudando - by ExPLORE - 24.09.2014, 12:54
Re: TextDraw Mudando - by connork - 24.09.2014, 12:57
Re: TextDraw Mudando - by ExPLORE - 24.09.2014, 13:01
Re: TextDraw Mudando - by connork - 24.09.2014, 13:36
Re: TextDraw Mudando - by ExPLORE - 24.09.2014, 14:08
Re: TextDraw Mudando - by connork - 24.09.2014, 14:17

Forum Jump:


Users browsing this thread: 2 Guest(s)