YSI errors when compiling - 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: YSI errors when compiling (
/showthread.php?tid=358863)
YSI errors when compiling -
BlueBaron - 11.07.2012
Hello guys . I am getting some strange include errors when compiling my GM .
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>
And this are the errors i keep getting :
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"
As you can see this error is caused by YSI\y_groups . You will say remove it , but i need it . Any suggestions :/
Re: YSI errors when compiling -
BlueBaron - 11.07.2012
After doing that i got more errors GameMode based . If there ain't a solution ill just remove y_groups , and script the old way .
Re: YSI errors when compiling -
BlueBaron - 12.07.2012
All the commands made with YCMD . But i got the gm from this forum . Now i am trying to learn more about scripting , while making my own gamemode , so Topic Locked . And also thank you ****** from the fast answers