Someone help me with this warning.
#1

i have a warning can someone tell me how to remove it.
Quote:

D:\test 2\gamemodes\SCHOOL.pwn(113) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Warning.

Reply
#2

Post your code.
It's usually something like this.
pawn Код:
SendClientMessage(playerid, -1, "hi");
//change it to:
    SendClientMessage(playerid, -1, "hi);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)