How can i change the login image?
#1

How do i change my login image?
when my login box comes up behind that i want it a different image, its currently the beach thing.
Reply
#2

You need to get the cords from where you want the camera position and where the camera is facing. then add them under OnPlayerConnect I believe.

Example:
pawn Код:
public OnPlayerConnect(playerid)
{
    SetPlayerCameraPos(playerid, 1214.9135,-798.0656,96.7485);
    SetPlayerCameraLookAt(playerid, 4322.3259,-987.3196,85.3336);
}
Reply
#3

You also have to put the player in spectator mode, so the objects stream in by camera's position, and then use SetPlayerCamPos/LookAt.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)