How to make RP tutorial? - 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: How to make RP tutorial? (
/showthread.php?tid=486118)
How to make RP tutorial? -
barts - 07.01.2014
I mean when player register, the camera to move to the bank, to show text ,then to move to the LSPD and etc...
Re: How to make RP tutorial? -
AIped - 07.01.2014
See the wiki for
AttachCameraToObject
combine that with MoveObject and you can move your camera where ever you want
Re: How to make RP tutorial? -
Avi Raj - 07.01.2014
https://sampforum.blast.hk/showthread.php?tid=479170
Re: How to make RP tutorial? -
Lidor124 - 07.01.2014
Use these functions:
https://sampwiki.blast.hk/wiki/InterpolateCameraPos
https://sampwiki.blast.hk/wiki/InterpolateCameraLookAt
just see the parameters of each function
its with timers and all what you need for your tutorial
Re: How to make RP tutorial? -
xZdadyZx - 10.01.2014
Use texdraws for making boxs that will include tutorial text.
Also, SetPlayerPos, SetPlayerCameraLookAt if you want static move, if you want camera move from point A to B use InterpolateCameraPos
Note, let SetPlayerPos be near the place on what you are looking.