(772) : warning 217: loose indentation
#2

Please use code tags to make your code more read-able.
Also, this isn't an error but an indentation warning.

Correct indentation:
PHP Code:
Function(playerid)
{
    
//do something
    
return 1;

Incorrect indentation:
PHP Code:
Function(playerid)
   {
      
//do something
  
return 1;
 } 
Reply


Messages In This Thread
(772) : warning 217: loose indentation - by ShaggyShaggy - 11.04.2019, 13:39
Re: (772) : warning 217: loose indentation - by jasperschellekens - 11.04.2019, 14:23

Forum Jump:


Users browsing this thread: 1 Guest(s)