SA-MP Forums Archive
Small error - 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: Small error (/showthread.php?tid=353083)



Small error - Dziugsas - 22.06.2012

Error : expected token: "-string end-", but found "-identifier-"

On line : format(str,sizeof(str),UserPath,name);


Re: Small error - Ironboy - 22.06.2012

Show the whole code related to this because this line is wrong.


Re: Small error - Dziugsas - 22.06.2012

stock Path(playerid)
{
new str[128],name[MAX_PLAYER_NAME];
GetPlayerName(playerid,name,sizeof(name));
format(str,sizeof(str),UserPath,name);
return str;
}


Re: Small error - [MM]RoXoR[FS] - 22.06.2012

pawn Код:
#define UserPath "/YOUR_PATH/%s.ini"