20.08.2011, 21:55
You dont need to remove player from car ...Example...
if you do this, it will teleport the player even if he is in a car (Automatic removed from vehicle..):
SetPlayerPos(playerid,1986.5909,1083.7815,10.8203) ;
SetPlayerInterior(playerid, 0);
SetPlayerFacingAngle(playerid, 234.0678 );
I dont know if is that what you want, But i think it is..
if you do this, it will teleport the player even if he is in a car (Automatic removed from vehicle..):
SetPlayerPos(playerid,1986.5909,1083.7815,10.8203) ;
SetPlayerInterior(playerid, 0);
SetPlayerFacingAngle(playerid, 234.0678 );
I dont know if is that what you want, But i think it is..

