SA-MP Forums Archive
How I can create PlayerPos in Request Class - 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: How I can create PlayerPos in Request Class (/showthread.php?tid=154666)



How I can create PlayerPos in Request Class - waim - 14.06.2010

Hey guys I want know How I can create like this :

SetPlayerFacingAngle(playerid,134.5623); //
SetPlayerPos(playerid,2029.3087,-975.0427,40.0575); //
SetPlayerCameraPos(playerid,2025.0491,-979.1793,38.4339); //
SetPlayerCameraLookAt(playerid,2029.3087,-975.0427,40.0575); //

When I changed the numbers the player wasn't showing on the screen in the request class and thx


Re: How I can create PlayerPos in Request Class - Naxix - 14.06.2010

They kinda explain them self,
the angle is the angle of the the skin/player
the SetPlayerPos is the pos of the skin/player
The SetPlayerCameraPos is the coords of where the camera is
and the SetPlayerCameraLookAt is the coords of WHAT the cmera is looking AT.


Re: How I can create PlayerPos in Request Class - [asg]davo - 14.06.2010

Im not to sure with this so that's why I use this

http://forum.sa-mp.com/index.php?topic=165669.0



Re: How I can create PlayerPos in Request Class - Naxix - 14.06.2010

What's the problem then? If you use that FS you should be able to make it with no trouble, or?