undefined symbol...
#1

iam following tutorials from ******* and get this
also was in up "#include <Dini>"

Reply
#2

Quote:

if!dini_Exists(File.txt))( dini_Create("File.txt");}

Should be a string. "File.txt".
Should be a {.

pawn Код:
if(!dini_Exists("File.txt")){ dini_Create("File.txt");}
Edit: I'd say to you to read tutorials about y_ini or similar. Dini is deprecated.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)