: warning 217: loose indentation
#8

it's just a warnings, because you have to put all your codes as same position, Example:
PHP код:
CMD:healme(playerid,params[])
{
     
//Do something here
                                      
return 1;

then i'll get like this:
Quote:

(4) : warning 217: loose indentation

You've to put your codes in the a same positions, example like this:
PHP код:
CMD:healme(playerid,params[])
{
    
//Do Something here
    
return 1;

then i'll not get any warning.
Quote:

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Reply


Messages In This Thread
: warning 217: loose indentation - by Jowere - 01.12.2016, 19:40
Re: : warning 217: loose indentation - by RyderX - 01.12.2016, 19:41
Re: : warning 217: loose indentation - by RedRex - 01.12.2016, 19:42
Re: : warning 217: loose indentation - by lollypap54 - 01.12.2016, 19:45
Re: : warning 217: loose indentation - by TheHonnor - 01.12.2016, 19:46
Re: : warning 217: loose indentation - by RyderX - 01.12.2016, 19:49
Re: : warning 217: loose indentation - by Jowere - 01.12.2016, 19:57
Re: : warning 217: loose indentation - by RyderX - 01.12.2016, 20:07
Re: : warning 217: loose indentation - by Jowere - 01.12.2016, 20:14
Re: : warning 217: loose indentation - by Sew_Sumi - 02.12.2016, 03:54

Forum Jump:


Users browsing this thread: 1 Guest(s)