Warning?
#1

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.
Reply
#2

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

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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)