bug with account save
#8

i found this:
Код:
stock frename(oldname[],newname[])
{
	if (!fexist(oldname))
	{
		return 0;
	}
	fremove(newname);
	if (!fcopy(oldname,newname))
	{
		return 0;
	}
	fremove(oldname);
	return 1;
}
i should delete it ?
Reply


Messages In This Thread
bug with account save - by qUick1337 - 21.07.2011, 19:41
Re: bug with account save - by qUick1337 - 23.07.2011, 10:50
Re: bug with account save - by Kush - 23.07.2011, 10:56
Re: bug with account save - by qUick1337 - 23.07.2011, 11:07
Re: bug with account save - by Kush - 23.07.2011, 11:53
Re: bug with account save - by qUick1337 - 23.07.2011, 11:57
Re: bug with account save - by MoroDan - 23.07.2011, 11:59
Re: bug with account save - by qUick1337 - 23.07.2011, 12:18
Re: bug with account save - by a32112365445 - 24.07.2011, 05:10
Re: bug with account save - by dowster - 24.07.2011, 05:16

Forum Jump:


Users browsing this thread: 4 Guest(s)