SA-MP Forums Archive
Undefined symbol in Dini.inc - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Undefined symbol in Dini.inc (/showthread.php?tid=267645)



Undefined symbol in Dini.inc - Jack_Leslie - 09.07.2011

Код:
#if defined _dini_included
  #endinput
#endif

#define _dini_included
#pragma library dini

#if defined MAX_STRING
#define DINI_MAX_STRING MAX_STRING
#else
#define DINI_MAX_STRING 255
#endif
Gets undefined symbol MAX_STRING


Re: Undefined symbol in Dini.inc - Mauzen - 09.07.2011

Include dini after including a_samp. This should fix it.


Re: Undefined symbol in Dini.inc - Jack_Leslie - 09.07.2011

EDIT:
all fixed
thanks heaps