07.12.2011, 01:01
You should have something like this in your script:
just change the first one (MyFile) to Users.
so...
Untested.
Код:
if (!fexist("MyFile/Config/somefilehere")){ new File:open = fopen("MyFile/Config/somefilehere",io_write);
so...
Код:
if (!fexist("Users/SomeAccount.sav")){ new File:open = fopen("Users/SomeAccount.sav",io_write);