09.08.2011, 23:37
This is your solution:
Edit: SetPlayerPosition is only for "the position", SetPlayerFacingAngle is for the angle.
pawn Код:
if(IsPlayerInRangeOfPoint(playerid, 7.0, 246.7839, 63.9001, 1003.6406)) { SetPlayerPos(playerid,-217.8443,979.1246,19.5040);SetPlayerFacingAngle( playerid,102.9833); SetPlayerInterior(playerid, 0);}

