#2

pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_DRIVER || newstate == PLAYER_STATE_PASSENGER)
    {
        TogglePlayerControllable(playerid,true);
    }
    //rest of your stuff here
Reply


Messages In This Thread
HELP - by -matt- - 08.06.2011, 00:55
Re: HELP - by Tee - 08.06.2011, 01:02
Re: HELP - by -matt- - 08.06.2011, 01:50
Re: HELP - by iFriSki - 08.06.2011, 02:48
Re: HELP - by Iphone1234g - 08.06.2011, 09:35

Forum Jump:


Users browsing this thread: 1 Guest(s)