10.11.2009, 16:53
Maybe this will work .. Add this under public OnPlayerStateChange
pawn Код:
if (newstate == PLAYER_STATE_ONFOOT)
{
if(oldstate == PLAYER_STATE_DRIVER)
{
new veh = GetPlayerVehicleID(playerid);
PutPlayerInVehicle(playerid,veh);
}
}