11.07.2012, 22:36
Hello guys . I am getting some strange include errors when compiling my GM .
These are the includes it uses :
And this are the errors i keep getting :
As you can see this error is caused by YSI\y_groups . You will say remove it , but i need it . Any suggestions :/
These are the includes it uses :
Code:
#include <a_samp> #include <dini> #include <sscanf2> #include <streamer> #include <foreach> #define YSI_NO_MASTER #include <YSI\y_commands> #include <YSI\y_ini> #include <YSI\y_groups>
Code:
C:\Documents and Settings\Computer\Desktop\New Folder\DreamTeam RPG v1.0.1\pawno\include\YSI\internal\y_groupsecond.inc(180) : error 017: undefined symbol "a" C:\Documents and Settings\Computer\Desktop\New Folder\DreamTeam RPG v1.0.1\pawno\include\YSI\internal\y_groupsecond.inc(338) : error 017: undefined symbol "set" C:\Documents and Settings\Computer\Desktop\New Folder\DreamTeam RPG v1.0.1\pawno\include\YSI\internal\y_groupsecond.inc(339) : error 017: undefined symbol "group" C:\Documents and Settings\Computer\Desktop\New Folder\DreamTeam RPG v1.0.1\pawno\include\YSI\internal\y_groupsecond.inc(340) : error 017: undefined symbol "playerid"