SA-MP Forums Archive
include problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: include problem (/showthread.php?tid=577283)



include problem - sirvanec - 10.06.2015

Hi guys,

when i'm trying to use fuckCleo.inc in my gamemode i got these problems.. how can i fix it?

Quote:

*\pawno\include\fuckCleo.inc(266) : error 010: invalid function or declaration
*\pawno\include\YSI\y_amx.inc(74) : error 010: invalid function or declaration
*\pawno\include\YSI\y_amx.inc(83) : error 010: invalid function or declaration
*\pawno\include\YSI\y_amx.inc(95) : error 010: invalid function or declaration
*\pawno\include\YSI\y_amx.inc(97) : error 010: invalid function or declaration
*\pawno\include\YSI\y_amx.inc(149) : error 017: undefined symbol "AMX_HEADER_SIZE"
*\pawno\include\YSI\y_amx.inc(149) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(153) : error 017: undefined symbol "AMX_HEADER_MAGIC"
*\pawno\include\YSI\y_amx.inc(153) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(154) : error 017: undefined symbol "AMX_HEADER_FILE_VERSION"
*\pawno\include\YSI\y_amx.inc(154) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(155) : error 017: undefined symbol "AMX_HEADER_AMX_VERSION"
*\pawno\include\YSI\y_amx.inc(155) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(159) : error 017: undefined symbol "AMX_HEADER_FLAGS"
*\pawno\include\YSI\y_amx.inc(159) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(160) : error 017: undefined symbol "AMX_HEADER_DEFSIZE"
*\pawno\include\YSI\y_amx.inc(160) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(164) : error 017: undefined symbol "AMX_HEADER_COD"
*\pawno\include\YSI\y_amx.inc(164) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(169) : error 017: undefined symbol "AMX_HEADER_DAT"
*\pawno\include\YSI\y_amx.inc(169) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(170) : error 017: undefined symbol "AMX_BASE_ADDRESS"
*\pawno\include\YSI\y_amx.inc(170) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(171) : error 017: undefined symbol "AMX_HEADER_COD"
*\pawno\include\YSI\y_amx.inc(171) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(175) : error 017: undefined symbol "AMX_HEADER_HEA"
*\pawno\include\YSI\y_amx.inc(175) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(179) : error 017: undefined symbol "AMX_HEADER_STP"
*\pawno\include\YSI\y_amx.inc(179) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(183) : error 017: undefined symbol "AMX_HEADER_CIP"
*\pawno\include\YSI\y_amx.inc(183) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(187) : error 017: undefined symbol "AMX_HEADER_PUBLICS"
*\pawno\include\YSI\y_amx.inc(187) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(191) : error 017: undefined symbol "AMX_HEADER_NATIVES"
*\pawno\include\YSI\y_amx.inc(191) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(195) : error 017: undefined symbol "AMX_HEADER_LIBRARIES"
*\pawno\include\YSI\y_amx.inc(195) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(199) : error 017: undefined symbol "AMX_HEADER_PUBVARS"
*\pawno\include\YSI\y_amx.inc(199) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(203) : error 017: undefined symbol "AMX_HEADER_TAGS"
*\pawno\include\YSI\y_amx.inc(203) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(207) : error 017: undefined symbol "AMX_HEADER_NAMETABLE"
*\pawno\include\YSI\y_amx.inc(207) : warning 215: expression has no effect
*\pawno\include\YSI\y_amx.inc(239) : error 017: undefined symbol "AMX_REAL_ADDRESS"
*\pawno\include\YSI\y_amx.inc(240) : error 017: undefined symbol "AMX_REAL_DATA"




Re: include problem - DetoNater - 10.06.2015

your includes are not proper, download latest includes and place it in include folder present in pawno folder. I guess you placed the include folder in the main directory


Re: include problem - sirvanec - 10.06.2015

no man i'm still getting same problem..