Quote:
Originally Posted by GlobalPlague
//AMXXPC compile.exe
// by the AMX Mod X Dev Team
//// zps_bot_support_1.0.sma
// C:\My Folder\Games\Counter-Strike 1.6 (Servers)\Official Zombie Mod\Official Zombie Mod\cstrike\addons\amxmodx\scripting\zps_bot_ support_1.0.sma(14 : error 017: undefined symbol "zp_get_user_bombardier"
//
// 1 Error.
// Could not locate output file C:\My Folder\Zombie Mod\cstrike\addons\amxmodx\scripting\compiled \zps_bot_support_1.0.amx (compile failed).
//
// Compilation Time: 0.48 sec
// ----------------------------------------
Press enter to exit ...
Maybe, because my zombie server (ZPA 1.6.1) doesn't have the Bombardier game mode.
|
This error has nothing to do with what's on your server (because it's not running on your server yet at this point). It's expecting this function to exist which probably means you're using the wrong include file or you modified something from the original file.
However, you probably should make sure that all your ZP plugins have compatible versions before you start trying to change anything.
__________________