Undefined symbol in Dini.inc
#1

Код:
#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
Reply
#2

Include dini after including a_samp. This should fix it.
Reply
#3

EDIT:
all fixed
thanks heaps
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)