How To Load Ini File { Y_INI }
#5

Quote:
Originally Posted by zPain
Посмотреть сообщение
This might solve your problem.

PHP код:
INI_ParseFile(str"LoadInventory", .bExtra true, .extra playerid); 
I've never used y_ini but I believe it's the correct usage.
But this is right the way you did it
Quote:

INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);

Example.

So am guessing try..
Quote:

INI_ParseFile(UserPath(playerid), "LoadInventory_%s", .bExtra = true, .extra = playerid);

Or
Quote:

INI_ParseFile(UserPath(playerid), "LoadInventory", .bExtra = true, .extra = playerid);

Reply


Messages In This Thread
How To Load Ini File { Y_INI } - by ratxrat - 18.02.2016, 18:30
Re: How To Load Ini File { Y_INI } - by zPain - 18.02.2016, 19:12
Re: How To Load Ini File { Y_INI } - by ratxrat - 18.02.2016, 19:25
Re: How To Load Ini File { Y_INI } - by ratxrat - 18.02.2016, 19:51
Re: How To Load Ini File { Y_INI } - by Joron - 18.02.2016, 20:32
Re: How To Load Ini File { Y_INI } - by ratxrat - 18.02.2016, 20:53
Re: How To Load Ini File { Y_INI } - by zPain - 18.02.2016, 20:55
Re: How To Load Ini File { Y_INI } - by Joron - 18.02.2016, 20:57
Re: How To Load Ini File { Y_INI } - by Joron - 18.02.2016, 20:59
Re: How To Load Ini File { Y_INI } - by zPain - 18.02.2016, 21:02

Forum Jump:


Users browsing this thread: 1 Guest(s)