undefined symbol...
#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


Messages In This Thread
undefined symbol... - by SamiHam - 12.07.2012, 05:37
Re: undefined symbol... - by Larceny - 12.07.2012, 05:41

Forum Jump:


Users browsing this thread: 3 Guest(s)