17.08.2009, 22:16
You can't change the view in connecting state but you can change the view when he's connected.
Note: Not tested, so maybe it won't work
Hope this helped you out.
pawn Код:
public OnPlayerConnect(playerid)
{
SetPlayerCameraPos(playerid, // camera pos);
SetPlayerCameraLookAt(playerid, // camera lookat);
// Your code here
}
Hope this helped you out.