23.03.2012, 16:07
Found this somewhere, can't remember exactly where.
It's setting the player in an interior, in front of a mirror and the camera behind him. You can see his front in the mirror. Pretty cool in my opinion.
pawn Код:
SetPlayerInterior(playerid, 15);
SetPlayerPos(playerid, 218.4729,-98.5619,1005.2578);
SetPlayerFacingAngle(playerid, 274.1776);
SetPlayerCameraPos(playerid, 217.0896,-99.5648,1006.2578);
SetPlayerCameraLookAt(playerid, 218.4729,-98.5619,1005.2578);
![Smiley](images/smilies/smile.png)