PROBLEM WITH MOVING CAMERA BEFORE SPAWN
#1

Hi everyone...how to move the camera before player spawn.HELP
Reply
#2

OnPlayerRequestClass

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  if(classid == maybe some specific class?)
  {
    SetPlayerCameraPos(playerid, 0.0, 0.0, 0.0);
    SetPlayerCameraLookAt(playerid, 0.0, 0.0, 0.0);
  }
  return 1;
}
Reply
#3

Quote:
Originally Posted by Finn
OnPlayerRequestClass

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  if(classid == maybe some specific class?)
  {
    SetPlayerCameraPos(playerid, 0.0, 0.0, 0.0);
    SetPlayerCameraLookAt(playerid, 0.0, 0.0, 0.0);
  }
  return 1;
}

not work!! the camera no move
Reply
#4

Try setting timer somehow.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)