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)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Error (
/showthread.php?tid=248893)
Error -
IvancheBG - 16.04.2011
HI I am making my gm but send this error when compile
Код:
C:\Documents and Settings\user\Desktop\server samp\gamemodes\mygm.pwn(43) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: Error -
xir - 16.04.2011
Some code around those lines would help alot
Re: Error -
IvancheBG - 16.04.2011
here is line 43
Код:
main()
{
print("\n----------------------------------");
print(" Test GameMode By IvancheBG");
print("----------------------------------\n");
}
Re: Error -
Stigg - 16.04.2011
Quote:
Originally Posted by IvancheBG
HI I am making my gm but send this error when compile
Код:
C:\Documents and Settings\user\Desktop\server samp\gamemodes\mygm.pwn(43) : error 001: expected token: ";", but found "-identifier-"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
|
You missed a ';' somewhere before line 43.
Re: Error -
IvancheBG - 16.04.2011
Thanks
Re: Error -
Stigg - 16.04.2011
Quote:
Originally Posted by IvancheBG
Thanks
|
No prob's m8'y.
Re: Error -
IvancheBG - 16.04.2011
stigg answer in pm