How to?
#2

You can't change the view in connecting state but you can change the view when he's connected.

pawn Код:
public OnPlayerConnect(playerid)
{
  SetPlayerCameraPos(playerid, // camera pos);
  SetPlayerCameraLookAt(playerid, // camera lookat);
  // Your code here
}
Note: Not tested, so maybe it won't work

Hope this helped you out.
Reply


Messages In This Thread
How to? - by Devine - 17.08.2009, 22:14
Re: How to? - by [nl]daplayer - 17.08.2009, 22:16
Re: How to? - by Devine - 17.08.2009, 22:26
Re: How to? - by Badger(new) - 17.08.2009, 22:50

Forum Jump:


Users browsing this thread: 1 Guest(s)