reading info problem
#1

hi im trying to read an information from a ini file. However, i have an error while i tried to compile...
Maybe could you help me ?

Код:
CMD:test(playerid, params[])
{
	new string[256], tmp2[256];
	format(string,sizeof(string),"/accs/%s.ini",udb_encode(params));
	INI:string[](name[], value[])
	{
		INI_Int("Lotto", tmp2);
	}
	format(string,sizeof(string),"Lotto: %d ", tmp2);
	SendClientMessage(playerid, -1, string);
	return 1;
}
Thanks
Reply


Messages In This Thread
reading info problem - by sam29 - 26.05.2016, 15:41
Re: reading info problem - by Dayrion - 26.05.2016, 15:46
Re: reading info problem - by sam29 - 26.05.2016, 15:48
Re: reading info problem - by Stinged - 26.05.2016, 15:54
Re: reading info problem - by Dayrion - 26.05.2016, 15:55
Re: reading info problem - by sam29 - 26.05.2016, 16:00
Re: reading info problem - by Dayrion - 26.05.2016, 16:02
Re: reading info problem - by Stinged - 26.05.2016, 16:06
Re: reading info problem - by sam29 - 26.05.2016, 16:08
Re: reading info problem - by Dayrion - 26.05.2016, 16:17

Forum Jump:


Users browsing this thread: 3 Guest(s)