23.07.2014, 17:46
Quote:
Sorry, I'm not good in Y_INI but, don't you need to read the file before retrieving it to read in game?
|
pawn Код:
public OnPlayerRequestClass(playerid,classid)
{
if(fexist(UserPath(playerid)))
{
INI_ParseFile(UserPath(playerid), "LoadUser_%s", .bExtra = true, .extra = playerid);
}
return 1;
}