YSI File Error:
#5

Quote:
Originally Posted by MAFIAWARS
Посмотреть сообщение
#include <a_samp>
#include <zcmd>
#include <YSI/y_ini>
#include <sscanf2>
#include <foreach>
#include <core>
#include <dini>
The a_samp include includes the following includes:
Код:
#include <core>
#include <float>
#include <string>
#include <file>
#include <time>
#include <datagram>
#include <a_players>
#include <a_vehicles>
#include <a_objects>
#include <a_sampdb>
So you don't need to add the core include there.
#include <YSI/y_ini> should be #include <YSI\y_ini> With a backslash \ not slash /
I would recommend you to put them in alphabetical order so they will be:
Код:
#include <a_samp>
#include <dini>
#include <foreach>
#include <sscanf2>
#include <YSI\y_ini>
#include <zcmd>
And I wonder why do you use both dini and y_ini ?
Reply


Messages In This Thread
YSI File Error: - by MAFIAWARS - 28.09.2013, 18:47
Re: YSI File Error: - by x96664 - 28.09.2013, 18:49
Re: YSI File Error: - by MAFIAWARS - 28.09.2013, 18:50
Re: YSI File Error: - by MAFIAWARS - 28.09.2013, 18:57
Re: YSI File Error: - by x96664 - 28.09.2013, 19:01
Re: YSI File Error: - by MAFIAWARS - 28.09.2013, 19:06
Re: YSI File Error: - by x96664 - 28.09.2013, 19:07
Re: YSI File Error: - by MAFIAWARS - 28.09.2013, 19:12
Re: YSI File Error: - by x96664 - 28.09.2013, 19:23
Re: YSI File Error: - by PrinceKumar - 28.09.2013, 19:27

Forum Jump:


Users browsing this thread: 1 Guest(s)