i get theese 5 errors
#1

c:\users\Jj\Desktop\My stunt server\pawno\include\dutils.inc(22) : error 017: undefined symbol "MAX_PLAYERS"
c:\users\Jj\Desktop\My stunt server\pawno\include\dutils.inc(233) : error 017: undefined symbol "fexist"
c:\users\Jj\Desktop\My stunt server\pawno\include\dutils.inc(233) : warning 215: expression has no effect
c:\users\Jj\Desktop\My stunt server\pawno\include\dutils.inc(233) : error 001: expected token: ";", but found ")"
c:\users\Jj\Desktop\My stunt server\pawno\include\dutils.inc(233) : error 029: invalid expression, assumed zero
c:\users\Jj\Desktop\My stunt server\pawno\include\dutils.inc(233) : fatal error 107: too many error messages on one line

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


5 Errors.


I get them error,
i have added the long jump script in, its a fs realeased, heres my gm
on pastebin can anyone help?
http://pastebin.com/m2f4c6efd

Reply
#2

put <dini> BELOW <a_samp>
no need for <core> and <float> as they are already added
Reply
#3

Quote:
Originally Posted by SilentHuntR
put <dini> BELOW <a_samp>
no need for <core> and <float> as they are already added
Ok know i have 4 errors

C:\Users\Jj\Desktop\My stunt server\gamemodes\kontrolNEW.pwn(1687) : error 047: array sizes do not match, or destination array is too small
C:\Users\Jj\Desktop\My stunt server\gamemodes\kontrolNEW.pwn(1973) : warning 225: unreachable code
C:\Users\Jj\Desktop\My stunt server\gamemodes\kontrolNEW.pwn(2413) : error 025: function heading differs from prototype
C:\Users\Jj\Desktop\My stunt server\gamemodes\kontrolNEW.pwn(2413) : error 021: symbol already defined: "strtok"
C:\Users\Jj\Desktop\My stunt server\gamemodes\kontrolNEW.pwn(2423) : error 047: array sizes do not match, or destination array is too small
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


Reply
#4

Then show us those lines? They're clearly errors on your part. =)
Reply
#5

Quote:
Originally Posted by SilentHuntR
Then show us those lines? They're clearly errors on your part. =)
http://pastebin.com/m2f4c6efd
Reply
#6

Can anyone Help?
Reply
#7

(2413) : error 021: symbol already defined: "strtok"

That means that you have the strtok function twice or more times

Bearfist
Reply
#8

Quote:
Originally Posted by Bearfist
(2413) : error 021: symbol already defined: "strtok"

That means that you have the strtok function twice or more times

Bearfist
Soo what do i need to do? :S
Reply
#9

Try to delete your function strtok on line 2413, because you alredy defined it...so that function must be already in your script on another place

and then the error is away ^^..if not suscribe

Bearfist
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)