So one of the probs..
#2

https://sampwiki.blast.hk/wiki/OnPlayerStateChange

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_DRIVER) // Player entered a vehicle as a driver
    {
        ShowPlayerDialog(playerid, dialog, DIALOG_STYLE, "Header", "Body", "Button1", "Button2");
    }
    return 1;
}
Reply


Messages In This Thread
So one of the probs.. - by trapped1 - 19.01.2012, 22:18
Re: So one of the probs.. - by -Prodigy- - 19.01.2012, 22:22
Re: So one of the probs.. - by trapped1 - 19.01.2012, 22:23
Re: So one of the probs.. - by trapped1 - 20.01.2012, 06:24

Forum Jump:


Users browsing this thread: 1 Guest(s)