Hallo habe Probleme mit YSI.
Ich möchte in einer include YSI Hooks nutzen.
Doch wenn ich in der Include mit #include <YSI\y_hook> schreibe bekomme ich im Hauptgamemode folgende Fehler Meldung.
Code
D:\RooT Selfmade\pawno\include\foreach.inc(193) : error 017: undefined symbol "_FOREACH_CUR_VERSION"
D:\RooT Selfmade\gamemodes\selfmade.pwn(2222) : warning 203: symbol is never used: "USE@YSI_Coding@y_hooks"
D:\RooT Selfmade\gamemodes\selfmade.pwn(2222) : warning 203: symbol is never used: "USE@YSI_Data@y_iterate"
Die Include:
GM:
Code
//=====PUBLIC INCLUDES======//
#include <crashdetect>
#include <a_samp>
#include <a_mysql>
#include <sscanf2>
#include <streamer>
#include <foreach>//HIER
#include <ocmd>
Und warum auch immer bekomme ich ein Fehler in der foreach include habe nix dort verändert.
//edit hat sich erledigt habe (#include <YSI_Data\y_iterate> ) über dem foreach include geschrieben