Loose Indentation
#1

I have a loose indention I need help with

Код:
                                            ApplyAnimation(i,"PED", "WALK_DRUNK",4.0,0,1,0,0,0);
					    SetPlayerDrunkLevel(i, 10000);
					    PlayerDrunkTimeLeft[i] += 1;
					    if(PlayerDrunkTimeLeft[i] == 4)
					    {
					        PlayerDrunkTimeLeft[i] = 0;
					        PlayerDrunk[i] -= 1;
					        if(PlayerDrunk[i] < 5)
					        {
					        	GameTextForPlayer(i, "~w~Drunk Effect Has~n~~p~Wore Off", 3500, 1);
					        	SetPlayerDrunkLevel(i, 0);
					        }
					    }
					}
			         }
                     }
    		     if(PlayerInfo[i][pCarTime] > 0)
    		     {
		 	    if(PlayerInfo[i][pCarTime] <= 0)
			    {
			         PlayerInfo[i][pCarTime] = 0;
			    }
			    else
			    {
			        PlayerInfo[i][pCarTime] -= 1;
			    }
			}
			if(BoxWaitTime[i] > 0)
			{
Yes, i know its not the full script.. My loose indentation is the first [pCarTime]
Reply


Messages In This Thread
Loose Indentation - by Master™ - 09.07.2010, 14:26
Re: Loose Indentation - by [XST]O_x - 09.07.2010, 14:27
Re: Loose Indentation - by Grim_ - 09.07.2010, 14:28
Re: Loose Indentation - by Hiddos - 09.07.2010, 14:28
Re: Loose Indentation - by Cameltoe - 09.07.2010, 14:28
Re: Loose Indentation - by Jeffry - 09.07.2010, 14:30
Re: Loose Indentation - by Master™ - 09.07.2010, 14:36
Re: Loose Indentation - by Grim_ - 09.07.2010, 14:37
Re: Loose Indentation - by Jeffry - 09.07.2010, 14:39
Re: Loose Indentation - by Hiddos - 09.07.2010, 14:41

Forum Jump:


Users browsing this thread: 3 Guest(s)