Textdraw help.
#2

pawn Код:
if(newstate == PLAYER_STATE_ONFOOT) && (oldstate == PLAYER_STATE_DRIVER) || (oldstate == PLAYER_STATE_PASSENGER)
    {
        TextDrawHideForPlayer(i, Textdraw0[i]);
        TextDrawHideForPlayer(i, Textdraw1[i]);
        TextDrawHideForPlayer(i, Textdraw2[i]);
        TextDrawHideForPlayer(i, Textdraw3[i]);
        TextDrawHideForPlayer(i, Textdraw4[i]);
    }
    }
    return 1;
}
Im not sure if this will work
Reply


Messages In This Thread
Textdraw help. - by zack3021 - 29.10.2010, 03:18
Respuesta: Textdraw help. - by admantis - 29.10.2010, 03:21
Re: Textdraw help. - by zack3021 - 29.10.2010, 03:24

Forum Jump:


Users browsing this thread: 1 Guest(s)