27.01.2011, 17:30
Hi all, I'm using y_commands on my gamemode and I got these errors:
I saw the include and all "_InitialiseFromGroups" functions are commented.
These are my includes:
What's wrong? Idk..
Thanks you in advance.
Код:
pawno\include\YSI/y_commands.inc(1008) : error 017: undefined symbol "__InitialiseFromGroups" pawno\include\YSI/y_commands.inc(1635) : error 017: undefined symbol "__InitialiseFromGroups" pawno\include\YSI/y_commands.inc(1743) : error 017: undefined symbol "__InitialiseFromGroups"
These are my includes:
pawn Код:
#include <a_samp>
#include <YSI/y_ini>
#include <YSI/y_commands>
#include <F_Streamer>
#include <Directory>
#include <sscanf2>
Thanks you in advance.