15.09.2013, 11:37
Quote:
|
I've not seen any codes that you've created the account?
Did you make sure you dini_Create them? I cannot understand some of your codes due it is being in Roman. |
PHP код:
stock dini_Create(filename[])
{
new File:fhnd;
if (fexist(filename)) return false;
fhnd=fopen(filename,io_write);
fclose(fhnd);
return true;
}


