ini_parsefile error
#2

There is no such variable in function main(). You should probably write this line in public OnPlayerConnect:
PHP код:
public OnPlayerConnect(playerid)
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra true, .extra playerid);
return 
1;

I haven't actually work with YSI ini, but here is an official wiki page link to the description of INI_ParseFile function: https://sampwiki.blast.hk/wiki/YSI:INI#...g_.3D_false.29
Reply


Messages In This Thread
ini_parsefile error - by Armageddonz - 10.08.2015, 17:36
Re: ini_parsefile error - by valych - 10.08.2015, 18:34

Forum Jump:


Users browsing this thread: 1 Guest(s)