dini to dini2 conversion error
#9

Quote:
Originally Posted by Gammix
Посмотреть сообщение
Then there should be no problem. Re download the current version again, just to make sure and recompile.

If that doesn't work, show us the code where you use Get, Set functions.
Код:
new tmp3[50],PlayerName[MAX_PLAYER_NAME],string[128];
	GetPlayerName(playerid,PlayerName,MAX_PLAYER_NAME);
	GetPlayerIp(playerid,tmp3,50);
	if(strlen(dini_Get("records.cfg", tmp3)) == 0)
	dini_Set("records.cfg", tmp3, PlayerName);
 	else
	{
	    if( strfind( dini_Get("records.cfg", tmp3), PlayerName, true) == -1 )
		{
  		format(string,sizeof(string),"%s,%s", dini_Get("records.cfg",tmp3), PlayerName);
	   	dini_Set("records.cfg", tmp3, string);
		}
 	}
	new File: file = fopen("accounts.cfg", io_append);
	format(string,sizeof(string),"%s\r\n",PlayerName);
	fwrite(file,string);
	fclose(file);
	return 1;
}
For example here
Reply


Messages In This Thread
dini to dini2 conversion error - by ItzColaBoi - 28.01.2018, 13:42
Re: dini to dini2 conversion error - by BulletRaja - 28.01.2018, 14:54
Re: dini to dini2 conversion error - by ItzColaBoi - 28.01.2018, 15:02
Re: dini to dini2 conversion error - by Gammix - 28.01.2018, 15:16
Re: dini to dini2 conversion error - by BulletRaja - 28.01.2018, 15:18
Re: dini to dini2 conversion error - by ItzColaBoi - 28.01.2018, 15:18
Re: dini to dini2 conversion error - by BulletRaja - 28.01.2018, 15:21
Re: dini to dini2 conversion error - by Gammix - 28.01.2018, 15:22
Re: dini to dini2 conversion error - by ItzColaBoi - 28.01.2018, 15:29
Re: dini to dini2 conversion error - by Gammix - 28.01.2018, 15:37
Re: dini to dini2 conversion error - by ItzColaBoi - 28.01.2018, 16:43
Re: dini to dini2 conversion error - by BulletRaja - 28.01.2018, 16:48
Re: dini to dini2 conversion error - by ItzColaBoi - 28.01.2018, 16:49
Re: dini to dini2 conversion error - by Gammix - 28.01.2018, 16:55
Re: dini to dini2 conversion error - by ItzColaBoi - 28.01.2018, 16:56
Re: dini to dini2 conversion error - by BulletRaja - 28.01.2018, 16:59
Re: dini to dini2 conversion error - by ItzColaBoi - 28.01.2018, 19:42
Re: dini to dini2 conversion error - by ItzColaBoi - 28.01.2018, 20:34

Forum Jump:


Users browsing this thread: 5 Guest(s)