Help with seatbelt
#17

Try this:
pawn Code:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    if(Player[playerid][Seatbelt] = 1)
    {
        playerseat = GetPlayerVehicleSeat(playerid);
        PutPlayerInVehicle(playerid, playercar, playerseat);
        SendClientMessage(playerid, NICESKY, "Unbuckle first!);
    }
    return 1;
}
Reply


Messages In This Thread
Exiting vehicle with sb on - by Stefand - 11.06.2012, 15:20
Re: Help with seatbelt - by Stefand - 11.06.2012, 16:06
Re: Help with seatbelt - by JhnzRep - 11.06.2012, 16:08
Re: Help with seatbelt - by Stefand - 13.06.2012, 05:34
Re: Help with seatbelt - by PrawkC - 13.06.2012, 05:37
Re: Help with seatbelt - by Stefand - 13.06.2012, 10:10
Re: Help with seatbelt - by Stefand - 13.06.2012, 12:58
Re: Help with seatbelt - by Jonny5 - 13.06.2012, 13:06
Re: Help with seatbelt - by Stefand - 13.06.2012, 13:25
Re: Help with seatbelt - by Jonny5 - 13.06.2012, 13:26
Re: Help with seatbelt - by Stefand - 13.06.2012, 13:37
Re: Help with seatbelt - by newbienoob - 13.06.2012, 13:41
Re: Help with seatbelt - by Stefand - 13.06.2012, 13:42
Re: Help with seatbelt - by Stefand - 14.06.2012, 10:55
Re: Help with seatbelt - by Faisal_khan - 14.06.2012, 11:02
Re: Help with seatbelt - by Stefand - 14.06.2012, 13:05
Re: Help with seatbelt - by Faisal_khan - 14.06.2012, 16:23
Re: Help with seatbelt - by Stefand - 15.06.2012, 17:10
Re: Help with seatbelt - by jessejanssen - 15.06.2012, 17:15
Re: Help with seatbelt - by ReneG - 15.06.2012, 17:40

Forum Jump:


Users browsing this thread: 1 Guest(s)