Someone help me with this warning. - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Someone help me with this warning. (
/showthread.php?tid=448195)
Someone help me with this warning. -
Mckarlis - 03.07.2013
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.
|
Re: Someone help me with this warning. -
BigGroter - 03.07.2013
Post your code.
It's usually something like this.
pawn Код:
SendClientMessage(playerid, -1, "hi");
//change it to:
SendClientMessage(playerid, -1, "hi);