Quote:
Originally Posted by BulletRaja
put this stock in your Dini2.inc
PHP код:
stock DINI_frenametextfile(oldname[],newname[]) {
if (!fexist(oldname)) return false;
fremove(newname);
if (!DINI_fcopytextfile(oldname,newname)) return false;
fremove(oldname);
return true;
}
Rep if i helped you.
|
It did compiled without any errors now,but when i join the game and put any name it asks me to login.And userfiles in scriptfiles only lists one thing in .ini file.