Help for this!!
#1

need help

Quote:

C:\Users\Server\Desktop\CNR.03z\wew\gamemodes\CNR. pwn(2416) : error 017: undefined symbol "dini_IntSet"
C:\Users\Server\Desktop\CNR.03z\wew\gamemodes\CNR. pwn(2417) : error 017: undefined symbol "dini_IntSet"
C:\Users\Server\Desktop\CNR.03z\wew\gamemodes\CNR. pwn(241 : error 017: undefined symbol "dini_IntSet"
C:\Users\Server\Desktop\CNR.03z\wew\gamemodes\CNR. pwn(2419) : error 017: undefined symbol "dini_IntSet"
C:\Users\Server\Desktop\CNR.03z\wew\gamemodes\CNR. pwn(2536) : error 017: undefined symbol "dini_Int"

Reply
#2

You don't have dini.inc
Download it at:
https://sampforum.blast.hk/showthread.php?tid=50
After it, put dini.inc inside (svr_directory/pawno/includes)
Find for
pawn Код:
#include <a_samp>
Then put
pawn Код:
#include <dini>
So it looks like
pawn Код:
#include <a_samp>
#include <dini>
I also suggest you to use another INI system than DINI, as it's rather old and slow. e.g:
Y_INI, mxINI
Reply
#3

Ok thanks for the help
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)