How to fix thes errors?
#9

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
  switch (classid)
  {
    case 14 || 15 || 16:
    {
      //SetPlayerTeamFromClass(playerid, classid);
      SetPlayerInterior(playerid, 3);
      SetPlayerFacingAngle(playerid, 278.0276);
      SetPlayerPos(playerid, 230.5686,165.0502,1003.0234);
      SetPlayerCameraPos( playerid, 233.1806, 163.3041, 1003.6234 );
      SetPlayerCameraLookAt( playerid, 225.1943, 169.3222, 1003.6234 );
      ApplyAnimation(playerid,"POLICE","CopTraf_Stop",4.1,0,1,1,1,1);
      GameTextForPlayer(playerid, "~b~POLICE OFFICER~n~~w~CITY OFFICER", 3000, 5);
      return 1;
      }
    }
  return 1;
}

I think it sould be like this.
Reply


Messages In This Thread
How to fix thes errors? - by krisis32 - 12.04.2009, 10:37
Re: How to fix thes errors? - by Sir_Brock - 12.04.2009, 10:54
Re: How to fix thes errors? - by krisis32 - 12.04.2009, 10:59
Re: How to fix thes errors? - by krisis32 - 12.04.2009, 11:00
Re: How to fix thes errors? - by Weirdosport - 12.04.2009, 11:09
Re: How to fix thes errors? - by Google63 - 12.04.2009, 11:34
Re: How to fix thes errors? - by AiVAMAN - 12.04.2009, 12:44
Re: How to fix thes errors? - by krisis32 - 12.04.2009, 12:54
Re: How to fix thes errors? - by AiVAMAN - 12.04.2009, 14:03
Re: How to fix thes errors? - by krisis32 - 12.04.2009, 14:05

Forum Jump:


Users browsing this thread: 1 Guest(s)