[HELP] Warning
#1

Код:
C:\Users\Leon\Desktop\lvdm.pwn(489) : warning 201: redefinition of constant/macro (symbol "MAX_PROPERTIES")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase

Header size:           5584 bytes
Code size:          2884952 bytes
Data size:           437888 bytes
Stack/heap size:      16384 bytes; estimated max. usage=7099 cells (28396 bytes)
Total requirements: 3344808 bytes

1 Warning.
Reply
#2

You have #define MAX_PROPERTIES twice, so delete one of the defines.
Reply
#3

You defined MAX_PROPERTIES twice.
Delete one of the defines.

EDIT: Lol exact words
Reply
#4

No i search But i not find twice MAX_PROPERTIES
Reply
#5

Filterscripts ?
Reply
#6

try

pawn Код:
#if defined             MAX_PROPERTIES
    #undef                  MAX_PROPERTIES
    #define                 MAX_PROPERTIES                             (101)//put here the number that you want
#endif
Reply
#7

You checked your includes for this define?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)