SA-MP Forums Archive
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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Warning? (/showthread.php?tid=229533)



Warning? - Franklyn - 21.02.2011

Hello. I need help with, how i can fix those warnings?.

pawn Код:
C:\Users\Roland\Desktop\koguaeg\gamemodes\sagc.pwn(4320) : warning 217: loose indentation
C:\Users\Roland\Desktop\koguaeg\gamemodes\sagc.pwn(4322) : warning 217: loose indentation
C:\Users\Roland\Desktop\koguaeg\gamemodes\sagc.pwn(4327) : warning 217: loose indentation
C:\Users\Roland\Desktop\koguaeg\gamemodes\sagc.pwn(4331) : warning 217: loose indentation
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase

Header size:           9452 bytes
Code size:          1136784 bytes
Data size:          7643812 bytes
Stack/heap size:      16384 bytes; estimated max. usage=4147 cells (16588 bytes)
Total requirements: 8806432 bytes

4 Warnings.



Re: Warning? - Rock18 - 21.02.2011

No worry , nothing important , that warning appears in cases like this
Код:
GetPlayerName....
  SendClientMessage...
It has to be
Код:
GetPlayerName....
SendClientMessage...



Re: Warning? - Franklyn - 21.02.2011

Quote:
Originally Posted by Rock18
Посмотреть сообщение
No worry , nothing important , that warning appears in cases like this
Код:
GetPlayerName....
  SendClientMessage...
It has to be
Код:
GetPlayerName....
SendClientMessage...
Oke. Thanks