SA-MP Forums Archive
Class Selection - 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)
+--- Thread: Class Selection (/showthread.php?tid=533062)



Class Selection - TheRaGeLord - 22.08.2014

I Want to know that is there any tool by which we can find that what is the camerz position and all the things that are included in class selection.. if no then how can i can find that whats the camera position, interior, set player camera look at.....?

Код:
SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
etc....


Re: Class Selection - nmader - 22.08.2014

What I tend to do is use SAMP-debug and use /v to get a flying vehicle (such as the hydra), get to your aerial position and /save and then get on foot for where you want the player to look at (and /save that too). If that made sense...