SA-MP Forums Archive
Help please with GM - 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: Help please with GM (/showthread.php?tid=77540)



Help please with GM - Goodbye_93 - 12.05.2009

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


Re: Help please with GM - [HiC]TheKiller - 12.05.2009

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


Re: Help please with GM - Goodbye_93 - 12.05.2009

I dont know on what line they are


Re: Help please with GM - Think - 12.05.2009

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];


Re: Help please with GM - Goodbye_93 - 12.05.2009

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-"



Re: Help please with GM - Think - 12.05.2009

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.


Re: Help please with GM - Goodbye_93 - 12.05.2009

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



Re: Help please with GM - Cabby - 12.05.2009

Try show the script?


Re: Help please with GM - Goodbye_93 - 12.05.2009

What do you mean?


Re: Help please with GM - member - 12.05.2009

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.