Seatbelt question
#2

Put this above OnPlayerCommandText:

pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    if(seatbelt[playerid])
    {
        PutPlayerInVehicle(playerid, vehicleid, GetPlayerVehicleSeat(playerid));
        SendClientMessage(playerid, 0xAFAFAFAA, "    You must take your seatbelt off first! (/seatbelt)");
    }
    return 1;
}
Reply


Messages In This Thread
Seatbelt question - by Qur - 28.11.2011, 07:57
Re: Seatbelt question - by Emmet_ - 28.11.2011, 08:00
Re: Seatbelt question - by Qur - 28.11.2011, 10:02
Re: Seatbelt question - by Aira - 28.11.2011, 10:15
Re: Seatbelt question - by System64 - 28.11.2011, 10:15
Re: Seatbelt question - by Emmet_ - 28.11.2011, 10:16
Re: Seatbelt question - by Qur - 28.11.2011, 10:26
Re: Seatbelt question - by Emmet_ - 28.11.2011, 10:38
Re: Seatbelt question - by Egyptian Trooper - 28.11.2011, 10:52
Re: Seatbelt question - by Qur - 28.11.2011, 11:03

Forum Jump:


Users browsing this thread: 4 Guest(s)