TextDraw is not hiding
#4

That's what I used when I got the error
pawn Код:
new PlayerText: MainMenuTxtDraw[MAX_PLAYERS][5];
public OnGameModeInit()
{
    for(new i; i<MAX_PLAYERS; i++)
    {
        for(new m; m<5; m++)
        {
            MainMenuTxtDraw[i][m] = PlayerText:INVALID_TEXT_DRAW;
        }
    }
    return 1;
}
Reply


Messages In This Thread
TextDraw is not hiding - by lulo356 - 22.01.2015, 00:21
Re: TextDraw is not hiding - by xVIP3Rx - 22.01.2015, 00:34
Re: TextDraw is not hiding - by lulo356 - 22.01.2015, 00:37
Re: TextDraw is not hiding - by xVIP3Rx - 22.01.2015, 00:50

Forum Jump:


Users browsing this thread: 2 Guest(s)