Problem - Changing the login screen/background
#1

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?
Reply
#2

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

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

put it under
SetupPlayerForClassSelection(playerid)
{
}
Reply
#5

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

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
}
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)