SA-MP Forums Archive
[Help] 1 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: [Help] 1 error (/showthread.php?tid=453360)



[Help] 1 error - Pajser - 24.07.2013

Description about the problem: I was creating Save and Load system for state's business,but there it gives 1 error,I don't know why
(95405 -- 95407) : error 001: expected token: ",", but found ";"
Part of the script:
Код:
sscanf(reload,
"dd",
strmid(MyDrzavna[i][DrzavnaOwner], data2, 0, strlen(data2), 64), strmid(MyDrzavna[i][DrzavnaOwner1], data2, 0, strlen(data2), 64);



Re: [Help] 1 error - Pajser - 24.07.2013

Someone help please?


Re: [Help] 1 error - Aerotactics - 24.07.2013

Quote:

sscanf(reload,
"dd",
strmid(MyDrzavna[i][DrzavnaOwner], data2, 0, strlen(data2), 64), strmid(MyDrzavna[i][DrzavnaOwner1], data2, 0, strlen(data2), 64));

Try that.


Re: [Help] 1 error - Pajser - 24.07.2013

Great,thank you !