26.12.2010, 20:27
just use "fexist" so like:
I hope this is what you need:P
Код:
format(AccountFile, sizeof(AccountFile), "/Accounts/%s", AccountInfo[playerid][pAccountName]); if(fexist(AccountFile)){ code for the case that the file exists, here } if(!fexist(AccountFile)){ code for the case that it doesn't exist here }