How can i change the login image?
#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


Messages In This Thread
How can i change the login image? - by Evation - 13.05.2012, 03:12
Re: How can i change the login image? - by Deal-or-die - 13.05.2012, 03:16
Re: How can i change the login image? - by ReneG - 13.05.2012, 03:41

Forum Jump:


Users browsing this thread: 1 Guest(s)