error Loose indentation
#1

hi again... with this script
PHP код:
public OnPlayerDeath(playeridkilleridreason)
{
      new 
KillStreak [MAX_PLAYERS];
      if(
IsPlayerConnected(killerid) && killerid != INVALID_PLAYER_ID)
          {
               if(
GetPlayerWantedLevel(killerid) < 6)
              {
                  
SetPlayerWantedLevel(killeridGetPlayerWantedLevel(killerid) + 1);
               }
            
KillStreak[killerid]++;
            
GivePlayerMoney(killerid1000);
              }
             
SetPlayerWantedLevel(playerid0); // here loose indentation
            
KillStreak[playerid] = 0;
            new 
str[256], PlayerName[MAX_PLAYER_NAME];
            
GetPlayerName(killeridPlayerNamesizeof(PlayerName)); 
it's making error (loose indentation)
thank for the help.
Reply


Messages In This Thread
error Loose indentation - by Eymeric69 - 30.05.2016, 15:37
Re: error Loose indentation - by cuzido - 30.05.2016, 15:41
Re: error Loose indentation - by justice96 - 30.05.2016, 15:42
Re: error Loose indentation - by iKevin - 30.05.2016, 15:44
Re: error Loose indentation - by Eymeric69 - 30.05.2016, 15:49
Re: error Loose indentation - by iKevin - 30.05.2016, 15:56
Re: error Loose indentation - by Eymeric69 - 30.05.2016, 15:58
Re: error Loose indentation - by justice96 - 30.05.2016, 15:58
Re: error Loose indentation - by Noris - 30.05.2016, 16:09
Re: error Loose indentation - by ilijap - 30.05.2016, 16:13

Forum Jump:


Users browsing this thread: 1 Guest(s)