SA-MP Forums Archive
Coords for SetPlayerPos - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Coords for SetPlayerPos (/showthread.php?tid=238790)



Coords for SetPlayerPos - dahley5 - 12.03.2011

Hey all, i was wondering if anyone have a code for me that if you select a class that your character will be standing in front of a mirror in a wardrobe, i would really apreciate it. Dahley


Re: Coords for SetPlayerPos - SkizzoTrick - 12.03.2011

SetPlayerCameraPos
SetPlayerPos
SetPlayerCameraLookAt

https://sampwiki.blast.hk/wiki/SetPlayerCameraPos
https://sampwiki.blast.hk/wiki/SetPlayerPos
https://sampwiki.blast.hk/wiki/SetPlayerCameraLookAt
https://sampwiki.blast.hk/wiki/SetCameraBehindPlayer

You can get the XYZ by using /save.
And then go to My Documents->GTA SA User Files->SAMP->Savedpositions


Re: Coords for SetPlayerPos - hadzx - 12.03.2011

their

SetPlayerInterior(playerid,14);
SetPlayerPos(playerid,258.4893,-41.4008,1002.0234);
SetPlayerFacingAngle(playerid, 270.0);
SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
SetPlayerCameraLookAt(playerid,258.4893,-41.4008,1002.0234);