How to close dini file?
#1

I have file which opens, how can i close this file after? I was trying fclose(file) but it was giving me an error

pawn Код:
new file[256], name[24];
GetPlayerName(playerid, name, 24);
format(file,sizeof(file),"Cars/%s.ini",name);
if(dini_Exists(file))
any ideas?
Reply


Messages In This Thread
How to close dini file? - by HondaCBR - 19.11.2011, 00:32
Re: How to close dini file? - by Calgon - 19.11.2011, 00:34
Re: How to close dini file? - by HondaCBR - 19.11.2011, 00:39

Forum Jump:


Users browsing this thread: 1 Guest(s)