Help please with GM
#1

Hey i have made A GM and then i want to COMPILE it It sais:

Код:
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(206) : error 001: expected token: "}", but found "-string-"
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(207) : error 010: invalid function or declaration
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(497) : error 017: undefined symbol "SpamStrings"
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(497) : warning 215: expression has no effect
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(497) : error 001: expected token: ";", but found "]"
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(497) : error 029: invalid expression, assumed zero
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(497) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


6 Errors.
WHAT DOES THIS MEAN
HELP ME PLEASE
Reply
#2

Can we see the code or the lines which the errors are on?
Reply
#3

I dont know on what line they are
Reply
#4

Quote:
Originally Posted by Goodbye_93
Hey i have made A GM and then i want to COMPILE it It sais:

Код:
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(206) : error 001: expected token: "}", but found "-string-"
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(207) : error 010: invalid function or declaration
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(497) : error 017: undefined symbol "SpamStrings"
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(497) : warning 215: expression has no effect
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(497) : error 001: expected token: ";", but found "]"
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(497) : error 029: invalid expression, assumed zero
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(497) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


6 Errors.
well first, i can maybe explain some erros:
at line 206, you dindt put a } there, you must always close any {'s with }'s, so just put a } somewhere there.
post line 207 for that error.
on top of your script put this:
new SpamStrings[128];
Reply
#5

Thank you but it didnt help
on line 207 i have already this symbol }
I added Spamstring and they are a new error

Код:
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(207) : error 001: expected token: "}", but found "-string-"
Reply
#6

Quote:
Originally Posted by Goodbye_93
Thank you but it didnt help
on line 207 i have already this symbol }
I added Spamstring and they are a new error

Код:
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(207) : error 001: expected token: "}", but found "-string-"
post lines 200 till 210.
Reply
#7

New ErroR

Код:
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(200) : error 008: must be a constant expression; assumed zero
Reply
#8

Try show the script?
Reply
#9

What do you mean?
Reply
#10

Quote:
Originally Posted by Pandabeer1337
Quote:
Originally Posted by Goodbye_93
Thank you but it didnt help
on line 207 i have already this symbol }
I added Spamstring and they are a new error

Код:
C:\DOCUME~1\Vladik\Desktop\VlAd\DRIFT-~1\GAMEMO~1\STUNTC~1.PWN(207) : error 001: expected token: "}", but found "-string-"
post lines 200 till 210.
He means post lines 200 to210 from your Pawno program with the script in and tell us which line is which. In other words poast your code which is causing the problems.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)