19.08.2014, 13:14
(
Последний раз редактировалось HrvojeII; 21.08.2014 в 13:20.
)
So here is the thing... I am using Golden Satdm gm and I have updated streamer to the newest version (Streamer 2.7.3). I putted plugin into "plugins" folder and .inc into includes in pawno... Here is error i get when i try to compile it:
So any idea how to fix it?
FIXED: For everyone with same problem, I just had to add this code:
under this codes:
In streamer.inc.
Quote:
E:\Desktop\Golden\GOLDEN~SATDM V10.0-windows\pawno\include\streamer.inc(167) : error 017: undefined symbol "OBJECT_MATERIAL_SIZE_256x128" E:\Desktop\Golden\GOLDEN~SATDM V10.0-windows\pawno\include\streamer.inc(197) : error 017: undefined symbol "MAPICON_LOCAL" E:\Desktop\Golden\GOLDEN~SATDM V10.0-windows\pawno\include\streamer.inc(242) : error 017: undefined symbol "MAPICON_LOCAL" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors. |
FIXED: For everyone with same problem, I just had to add this code:
Quote:
#define MAPICON_LOCAL (7) #define OBJECT_MATERIAL_SIZE_256x128 ( ![]() |
Quote:
#define STREAMER_TYPE_OBJECT (0) #define STREAMER_TYPE_PICKUP (1) #define STREAMER_TYPE_CP (2) #define STREAMER_TYPE_RACE_CP (3) #define STREAMER_TYPE_MAP_ICON (4) #define STREAMER_TYPE_3D_TEXT_LABEL (5) #define STREAMER_TYPE_AREA (6) |