Error 001 - 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: Error 001 (
/showthread.php?tid=449485)
Error 001 -
Affan - 09.07.2013
I can't seem to find the error.
pawn Код:
error 001: expected token: ",", but found ";"
Line:
pawn Код:
format(pw, sizeof(pw), "%s", dini_Get(path, "Password");
Re: Error 001 -
EiresJason - 09.07.2013
You never actually closed the format method. Try this.
pawn Код:
format(pw, sizeof(pw), "%s", dini_Get(path, "Password"));
Re: Error 001 -
Affan - 09.07.2013
Thanks + rep
Re: Error 001 -
EiresJason - 09.07.2013
No problem