SA-MP Forums Archive
undefined symbol... - 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)
+--- Thread: undefined symbol... (/showthread.php?tid=358929)



undefined symbol... - SamiHam - 12.07.2012

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




Re: undefined symbol... - Larceny - 12.07.2012

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.