Loose itention i try anything.
#1

Hello this is my llines.
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    switch(classid)
    {
        case 0:
        {
           gTeam[playerid] = TEAM_SWAT;
           GameTextForPlayer(playerid, "~b~SWAT", 5000, 5);
           SetPlayerPos(playerid, 1522.6503,-806.6635,72.1700);
           SetPlayerFacingAngle(playerid, 4018);
           SetPlayerCameraPos(playerid, 1514.0861,-806.9355,72.0768);
           SetPlayerCameraLookAt(playerid, 1522.6503,-806.6635,72.1700);

        }

        case 1:
       
        {

           gTeam[playerid] = TEAM_ARMY;
           GameTextForPlayer(playerid, "~g~ARMY", 5000, 5);
           SetPlayerPos(playerid, 1279.3276,-778.4965,95.9663);
           SetPlayerFacingAngle(playerid,8298);
           SetPlayerCameraPos(playerid,1266.1062,-778.3137,95.9665);
           SetPlayerCameraLookAt(playerid,1279.3276,-778.4965,95.9663);

        }

        }

        SetPlayerToTeamColour(playerid); // 971

        {
  }
  return 1; //975
}
What to do?
to fix this errors?
Код:
C:\Users\Mustafa\Desktop\SAmp SRV\ForYou\gamemodes\BF.pwn(971) : warning 217: loose indentation
C:\Users\Mustafa\Desktop\SAmp SRV\ForYou\gamemodes\BF.pwn(975) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


2 Warnings.
If u can help me use [...PAWN] then [.../PAWN] With no ....
Reply


Messages In This Thread
Loose itention i try anything. - by Mustafa6155 - 01.12.2012, 20:26
Re: Loose itention i try anything. - by Mustafa6155 - 01.12.2012, 20:59
Re: Loose itention i try anything. - by Buzzbomb - 01.12.2012, 21:01
Re: Loose itention i try anything. - by Konstantinos - 01.12.2012, 21:04
Re: Loose itention i try anything. - by Buzzbomb - 01.12.2012, 21:06
Re: Loose itention i try anything. - by Mustafa6155 - 01.12.2012, 21:15
Re: Loose itention i try anything. - by goviscrap - 01.12.2012, 21:27
Re: Loose itention i try anything. - by Mustafa6155 - 01.12.2012, 21:46

Forum Jump:


Users browsing this thread: 1 Guest(s)