Problem yini - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Problem yini (
/showthread.php?tid=625766)
Problem yini -
Hunud - 06.01.2017
I got this problem fix how ?
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;
}
Re: Problem yini -
RayBiH - 06.01.2017
Give us the code where that line is.
Re: Problem yini -
Hunud - 06.01.2017
i fix it ok !