06.01.2017, 08:39
I got this problem fix how ?
error 017: undefined symbol "bExtra"
INI_ParseFile(Path(playerid),"loadaccount_%s", .bExtra = true, .extra = playerid);
error 017: undefined symbol "bExtra"
INI_ParseFile(Path(playerid),"loadaccount_%s", .bExtra = true, .extra = playerid);
Code:
stock Path(playerid)
{
new str[128],name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
format(str,sizeof(str), Path,name);
return str;
}

