27.11.2009, 16:28
We had the same issue, with the new beer and ciggy actions. Players would not be put in their vehicles.
Just a shame we have to remove their actions before putting them in a vehicle.
Just a shame we have to remove their actions before putting them in a vehicle.
Code:
xInfo[playerid][vehicle]=vehicleid; SetPlayerSpecialAction(playerid,0); PutPlayerInVehicle(playerid,vehicleid,seat); return 1; }