Camera before class selection.
#3

Well I kinda don't understand you but try this under OnPlayerConnect :

pawn Code:
public OnPlayerConnect(playerid
{
  SetTimerEx("LOL", 1000/10, false, "i", playerid)
  return 1;
}

forward LOL(playerid);
public LOL(playerid)
{
  SetCameraPos(....)
  ....
  return 1;
}
You get my point

Why set a timer?
I tried it without a timer just plain put the Camerapos under on connect,
didn't work :P so set a timer
Reply


Messages In This Thread
Camera before class selection. - by TheKingWillem - 14.07.2010, 12:30
Re: Camera before class selection. - by Pghpunkid - 14.07.2010, 12:55
Re: Camera before class selection. - by ViruZZzZ_ChiLLL - 14.07.2010, 13:00
Re: Camera before class selection. - by Finn - 14.07.2010, 13:20
Re: Camera before class selection. - by TheKingWillem - 14.07.2010, 13:52
Re: Camera before class selection. - by ViruZZzZ_ChiLLL - 14.07.2010, 13:55
Re: Camera before class selection. - by TheKingWillem - 14.07.2010, 14:00
Re: Camera before class selection. - by ViruZZzZ_ChiLLL - 14.07.2010, 14:08
Re: Camera before class selection. - by TheKingWillem - 14.07.2010, 14:11
Re: Camera before class selection. - by Finn - 14.07.2010, 14:25

Forum Jump:


Users browsing this thread: 1 Guest(s)