SA-MP Forums Archive
Why does this happen please help - 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: Why does this happen please help (/showthread.php?tid=365381)



Why does this happen please help - Euan Hughes - 02.08.2012

Well when i am in a interior and my virtual world and interior are not 0 when my camera is meant to be pointing outside it does but it is very blurry and weird i cant see what is there i dont understand please help me

pawn Код:
SetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
SetPlayerFacingAngle(playerid, 146.13);
SetPlayerCameraLookAt(playerid, 1541.0504,-1674.9978,13.5518);
SetPlayerCameraPos(playerid, 1554.646606, -1648.192749, 31.216699);
Please help

Thanks


Re: Why does this happen please help - Ranama - 02.08.2012

have you checked so the Alcohol function is set to 0 and the weather is normal?


Re: Why does this happen please help - Euan Hughes - 02.08.2012

Quote:
Originally Posted by Ranama
Посмотреть сообщение
have you checked so the Alcohol function is set to 0 and the weather is normal?
How could i check that

Please help

Thanks


Re: Why does this happen please help - SuperViper - 02.08.2012

Either set the player's position near the camera position or use TogglePlayerSpectating and put the player in spectate mode.


Re: Why does this happen please help - Shaneisace - 02.08.2012

If i remember you are using a Streamer plugin? if so, you need to set a stream at the coords, for your objects to appear normally.

This is what i have to do to make the buildings/objects none blur