SA-MP Forums Archive
Problem - Changing the 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: Problem - Changing the login screen/background (/showthread.php?tid=497936)



Problem - Changing the login screen/background - LazyGamer99 - 01.03.2014

So hi there, i have some little problem again, and before posting in comments anything stupid - like use the damn search and things like that, i have already done that nothing helps. And now the problem, the problem is when i set my coordinates, nothing happens only when am logged then it sets the view. So is there any way to change to LS beach view to something else?


Re: Problem - Changing the login screen/background - BroZeus - 01.03.2014

use
Код:
SetPlayerCameraPos();
SetPlayerCameraLookAt();
see ****** for its usage


Re: Problem - Changing the login screen/background - LazyGamer99 - 01.03.2014

i put it under onplayerconnect, but nothing happens same old background..


Re: Problem - Changing the login screen/background - BroZeus - 01.03.2014

put it under
SetupPlayerForClassSelection(playerid)
{
}


Re: Problem - Changing the login screen/background - LazyGamer99 - 01.03.2014

I don't have it, what should i do then?


Re: Problem - Changing the login screen/background - BroZeus - 01.03.2014

u dont need to have it just do this
at top of your script
Код:
SetupPlayerForClassSelection(playerid)
{
SetPlayerCameraPos();//put your variables in here
SetPlayerCameraLookAt();//put your variable in here
}