zephyrus-store-preview-new-syntax icon indicating copy to clipboard operation
zephyrus-store-preview-new-syntax copied to clipboard

SM 1.11 compile error

Open DerBoss069 opened this issue 2 years ago • 2 comments

Hello, I have problems with compiling the files. I receive following error for all of the scripts using SM 1.11:

//// store.sp // // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\colorvariables.inc(28) : warning 213: tag mismatch (expected "triple", got "bool") // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\colorvariables.inc(29) : warning 213: tag mismatch (expected "triple", got "bool") // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(209) : error 139: could not find type "GameData" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(210) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(211) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(238) : error 139: could not find type "GameData" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(239) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(240) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(267) : error 139: could not find type "GameData" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(268) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(269) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(296) : error 139: could not find type "GameData" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(297) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(298) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(325) : error 139: could not find type "GameData" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(326) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(327) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(354) : error 139: could not find type "GameData" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(355) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(356) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(386) : error 139: could not find type "GameData" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(387) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(388) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(428) : error 139: could not find type "GameData" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(429) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(430) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(467) : error 139: could not find type "GameData" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(468) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(469) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(496) : error 139: could not find type "GameData" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(497) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(498) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(525) : error 139: could not find type "GameData" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(526) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(527) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(581) : error 139: could not find type "GameData" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(582) : error 017: undefined symbol "gc" // C:\CSGOServer\srcds\740\csgo\addons\sourcemod\scripting\include\entity_prop_stocks.inc(583) : error 017: undefined symbol "gc" // // 36 Errors. // // Compilation Time: 1.41 sec // ----------------------------------------

DerBoss069 avatar Nov 11 '22 10:11 DerBoss069