SA-MP Forums Archive
LOGIN SCREEN BACKGROUND - 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: LOGIN SCREEN BACKGROUND (/showthread.php?tid=624498)



LOGIN SCREEN BACKGROUND - Nin9r - 17.12.2016

Hi !

I have an issue to my server. In login screen, the background seems to be in another virtual world. When the camera is moving `till insert the password, I can't see the players or the cars from those camera positions.
I tried to put SetPlayerVirtualWorld 0 on the camera lines but it doesn't work. Any idea?


Re: LOGIN SCREEN BACKGROUND - Ultraz - 17.12.2016

Screen Shot?


Re: LOGIN SCREEN BACKGROUND - CutX - 17.12.2016

just saying if you're not doing that already but,

you also wanna make sure that you don't move the camera too far away from the actual player.
you seperate them too much and stuff won't render in,
that's why you also have to move the player too

but then again thinking about it...
im not sure but i guess you'd still be able to see players,
its just the surroundings that'll be showing you their filthy LOD textures


Re: LOGIN SCREEN BACKGROUND - Nin9r - 17.12.2016

Quote:
Originally Posted by CutX
Посмотреть сообщение
just saying if you're not doing that already but,

you also wanna make sure that you don't move the camera too far away from the actual player.
you seperate them too much and stuff won't render in,
that's why you also have to move the player too
Even if i put the player on a position and camera is not moving I can't see the cars/other players.


Re: LOGIN SCREEN BACKGROUND - Nin9r - 25.12.2016

bump?


Re: LOGIN SCREEN BACKGROUND - GoldenLion - 25.12.2016

Did you try to SetPlayerPos to the camera's position?

EDIT: Wait I'm dumb, I read your reply and I assume you've already done that?


Re: LOGIN SCREEN BACKGROUND - AndreiWow - 25.12.2016

Can you show the code..?


Re: LOGIN SCREEN BACKGROUND - Lordzy - 25.12.2016

Vehicles and players will not be streamed under OnPlayerRequestClass. You'll have to create your own custom spawn selection if you want them to be streamed.


Re: LOGIN SCREEN BACKGROUND - Nin9r - 18.01.2017

Quote:
Originally Posted by Lordzy
Посмотреть сообщение
Vehicles and players will not be streamed under OnPlayerRequestClass. You'll have to create your own custom spawn selection if you want them to be streamed.
Ok, an example please?


Re: LOGIN SCREEN BACKGROUND - Nin9r - 22.01.2017

bump