1 Error, 1 Register system - 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: 1 Error, 1 Register system (
/showthread.php?tid=348171)
1 Error, 1 Register system -
ReuvenFrank - 04.06.2012
The error:
Код:
error 001: expected token: ";", but found "-identifier-"
the Line:
Код:
format(Spielerdatei,sizeof(Spielerdatei),"/Accounts/%s.ini",SpielerName(playerid));
plzz help me!
Re: 1 Error, 1 Register system -
Cadetz - 04.06.2012
Paste the line above
Re: 1 Error, 1 Register system -
ReuvenFrank - 04.06.2012
Quote:
Originally Posted by Cadetz
Paste the line above
|
Код:
new Spielerdatei[64]
Re: 1 Error, 1 Register system -
Cadetz - 04.06.2012
new Spielerdatei[64];
You forgot the ";"
Re: 1 Error, 1 Register system -
ReuvenFrank - 04.06.2012
Quote:
Originally Posted by Cadetz
Paste the line above
|
Quote:
Originally Posted by Cadetz
new Spielerdatei[64];
You forgot the ";"
|
THANK YOU SO MUCH!
I LOVE YOU
(NOT GAY)
Re: 1 Error, 1 Register system -
Firo - 04.06.2012
Next time read the error line.
"except ';' token blabla"