03.03.2012, 19:48
Quote:
Use this
Код:
public OnPlayerExitVehicle(playerid, vehicleid) { if(Seatbelt[playerid] == 1) { ClearAnimations(playerid), PutPlayerInVehicle(playerid, vehicleid, Seat); etc...... |
Works perfect mate thanks alot!