SA-MP Forums Archive
Screen dosen't load - 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: Screen dosen't load (/showthread.php?tid=431484)



Screen dosen't load - kizla - 18.04.2013

Well when someone connect to my server, i have done that camera is set to some cords, but screen is blurry.. Someone have idea what is problem?

Here is code:

pawn Код:
public OnPlayerConnect(playerid)
{
    SetPlayerCameraPos(playerid, 1500.33,-890.29,64.47);
    SetPlayerCameraLookAt(playerid, 1464.20,-855.87,67.68);
    return 1;
}
How it looks:

http://ch-slike.com/images/2013/04/18/Qmg5H.png


Re: Screen dosen't load - [Ro]DuReX - 18.04.2013

Only the "Vinewood" sign is blurry. I think it isn't a SA:MP bug.


Re: Screen dosen't load - zxc1 - 18.04.2013

Add SetPlayerPos before SetPlayerCameraPos and use the same coords.
Plus don't forget to freeze the player.


Re: Screen dosen't load - MP2 - 18.04.2013

https://sampforum.blast.hk/showthread.php?pid=2362690#pid2362690