Problem with Textdraw
#3

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
        if(newstate == PLAYER_STATE_DRIVER && oldstate == PLAYER_STATE_ONFOOT)
        {
            TextDrawShowForPlayer(playerid, textdrawVariables[9]);//
            printf("showing textdraw");
        }
        return 1;
}
Reply


Messages In This Thread
Problem with Textdraw - by Ld Est Ld - 20.04.2012, 13:52
Re: Problem with Textdraw - by Ld Est Ld - 20.04.2012, 15:04
Re: Problem with Textdraw - by Faisal_khan - 20.04.2012, 15:14
Re: Problem with Textdraw - by Ld Est Ld - 20.04.2012, 15:24
Re: Problem with Textdraw - by Faisal_khan - 20.04.2012, 15:27
Re: Problem with Textdraw - by Ld Est Ld - 20.04.2012, 15:34
Re: Problem with Textdraw - by Faisal_khan - 20.04.2012, 15:43

Forum Jump:


Users browsing this thread: 1 Guest(s)