why give the warning
#1

I do not understand why the sound gives me the warning




command where they will be
if(strcmp(cmdtext, "/close", true) == 0)
{
if (PlayerToPoint(3.0, playerid,2305.688964,-16.088100,26.749599))// Bank
{
SetPlayerPos(playerid,2026.4064,1017.9352,10.8203) ;
SetPlayerInterior(playerid, 0);
}
return 1;
}
return 0;
}




Warning:
C:\Documents and Settings\Administrator\My Documents\SA-MP Server\filterscripts\nunama.pwn(35 : warning 217: loose indentation
C:\Documents and Settings\Administrator\My Documents\SA-MP Server\filterscripts\nunama.pwn(360) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


2 Warnings.


358 line return 1;
360 line return 0;


Please help me.


Reply
#2

Put this under all the includes-
Код:
#pragma tabsize 0
Reply
#3

very thank you very much
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)