07.06.2013, 19:38
Ok, first. Get to the postition you want the player to stand at. Do /rs. The last part ignore, use:
Then find the direction you want the player to face, turn that direction. Do /rs again and use the last bit as this:
Here's an example:
The SetPlayerFacingAngle is the very last part of /rs (raw save) which will save in your GTA San Andreas User Files.
Hope you understood
pawn Code:
SetPlayerPos(playerid,X,Y,Z);
pawn Code:
SetPlayerFacingAngle(playerid,ANGLE);
pawn Code:
1767.3073,-2024.1143,14.1494,222.3893
pawn Code:
SetPlayerPos(playerid,1767.3073,-2024.1143,14.1494);
SetPlayerFacingAngle(playerid,222.3893);
Hope you understood