SA-MP Forums Archive
Question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Question (/showthread.php?tid=377238)



Question - Eugene. - 13.09.2012

I heard there is a Filescript that you can use for Tutorials. Exemple: If I want to show in my tutorial a city or something. Is something like this the result:

Код:
    SetPlayerCameraPos(playerid, 1668.9432,-1458.1198,120.6119);
    SetPlayerCameraLookAt(playerid,1586.5640,-1281.9943,120.6119);
    SetPlayerPos(playerid,1582.0026,-1274.0721,119.7132);
How is called the Filescript because I need it to change the Tutorial of a server because I moved it from LS to LV and it shows the LSPD and other buldings.


Re: Question - iiLiamii - 13.09.2012

You can simply set the camera position and just add a text draw?


Re: Question - Eugene. - 13.09.2012

How can I set the camera position ? That's what I am asking.