Complilation aborted.
#1

I need assistance with this, And Ideas?

Ive never had errors with scripts like this before....

C:\Users\Cooky\Desktop\SAMP SERVER\gamemodes\CSRP.pwn(1) : error 010: invalid function or declaration
C:\Users\Cooky\Desktop\SAMP SERVER\gamemodes\CSRP.pwn(3) : error 010: invalid function or declaration
C:\Users\Cooky\Desktop\SAMP SERVER\gamemodes\CSRP.pwn(29) : error 010: invalid function or declaration
C:\Users\Cooky\Desktop\SAMP SERVER\gamemodes\CSRP.pwn(772) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Cooky\Desktop\SAMP SERVER\gamemodes\CSRP.pwn(777) : error 010: invalid function or declaration
C:\Users\Cooky\Desktop\SAMP SERVER\gamemodes\CSRP.pwn(32511) : error 001: expected token: "-string end-", but found "-identifier-"
C:\Users\Cooky\Desktop\SAMP SERVER\gamemodes\CSRP.pwn(32511) : error 017: undefined symbol "COMING"
C:\Users\Cooky\Desktop\SAMP SERVER\gamemodes\CSRP.pwn(32511) : error 017: undefined symbol "SOON"
C:\Users\Cooky\Desktop\SAMP SERVER\gamemodes\CSRP.pwn(32511) : fatal error 107: too many error messages on one line

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


9 Errors.
Reply
#2

As this is a scripting question, be sure to post in the scripting help section next time
Can you show us some code? Preferably the code above, on, and under the error line. You probably missed a '*/', or a ' " ' or maybe a ';'.
Reply
#3

Sorry about that, I dont really know where abouts the script may be. Any thought where it is?
Reply
#4

No problem

Whenever you get errors like this, there's a little thing that says on which line of the script the error happened. It's that little number after the filename, between the ( and the ). In your case:
Код:
CSRP.pwn(1)
It says (1), which means the error is on line one. Same for all the other errors. My guess is that there might be a invalid symbol on top of the script, which can happen by accident, or when downloading from pastebin sometimes.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)