SA-MP Forums Archive
Creating OnPlayerRequestClass - 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: Creating OnPlayerRequestClass (/showthread.php?tid=79790)



Creating OnPlayerRequestClass - Luka P. - 30.05.2009

SOLVED


Re: Creating OnPlayerRequestClass - pspleo - 30.05.2009

http://wiki.sa-mp.com is the best resource.

Leopard


Re: Creating OnPlayerRequestClass - Luka P. - 30.05.2009

SOLVED


Re: Creating OnPlayerRequestClass - Klutty - 30.05.2009

Just change the coords of those you want.

SetCameraPos is where the camera should be
SetPlayerPos is where the player will stand
SetPlayerCamerLookat is where the camera will be who looks at the player (the same coords as on SetCameraPos)


Re: Creating OnPlayerRequestClass - Luka P. - 30.05.2009

SOLVED


Re: Creating OnPlayerRequestClass - Abernethy - 30.05.2009

I do this.
Say your SetPlayerPos is facing North & the co-ordinates are
Код:
0.0, 0.0, 0.0
I would move the Camera back say, 4 Y Co-ordinates back & 1 Z Co-ordinate up, making it.
Код:
0.0, -4.0, 1.0



Re: Creating OnPlayerRequestClass - Luka P. - 30.05.2009

SOLVED


Re: Creating OnPlayerRequestClass - Abernethy - 30.05.2009

No Problem