09.07.2010, 14:26
I have a loose indention I need help with
Yes, i know its not the full script.. My loose indentation is the first [pCarTime]
Код:
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) {