13.08.2010, 00:56
Try this (i dont think they do get tp'd with vehicles @ the above post
)
)pawn Код:
if (IsPlayerInAnyVehicle(playerid))
{
new vid = GetPlayerVehicleID(playerid);
SetVehiclePos(vid, 1458.1984,1559.2050,10.8125);
PutPlayerInVehicle(playerid,vid,0);
}

