Save System
#2

You should have something like this in your script:

Код:
if (!fexist("MyFile/Config/somefilehere")){
	new File:open = fopen("MyFile/Config/somefilehere",io_write);
just change the first one (MyFile) to Users.
so...
Код:
if (!fexist("Users/SomeAccount.sav")){
	new File:open = fopen("Users/SomeAccount.sav",io_write);
Untested.
Reply


Messages In This Thread
Save System - by lynxwolf - 07.12.2011, 00:32
Re: Save System - by Thresholdold - 07.12.2011, 01:01

Forum Jump:


Users browsing this thread: 1 Guest(s)