A few errors
#1

I made a SHITLONG filter and when I compiled I got THIS error or errors

C:\Documents and Settings\Admin\Desktop\server\pawno\include\Dini.i nc(46) : error 017: undefined symbol "MAX_stringdutils"
C:\Documents and Settings\Admin\Desktop\server\pawno\include\Dini.i nc(46) : error 009: invalid array size (negative, zero or out of bounds)
C:\Documents and Settings\Admin\Desktop\server\pawno\include\Dini.i nc(46) : error 036: empty statement
C:\Documents and Settings\Admin\Desktop\server\pawno\include\Dini.i nc(46) : fatal error 107: too many error messages on one line
Reply
#2

Post your code.

you need to define "MAX_stringdutils" somewhere

invalid array size (negative, zero or out of bounds)
error 036: empty statement
- will have to see code for
Reply
#3

You have an undefined symbol "MAX_stringdutils", a invalid array size (negative, zero or out of bounds), also a error 036: empty statement, and too many error messages on one line.
Reply
#4

How can i fastly find the code?
Reply
#5

The error shows what lines you need
pawno\include\Dini.inc(46)
looks like you modified the dini include, or you got an incorrect one.
Reply
#6

new tmp[MAX_stringdutils];

theres the line from my dini.inc number 46
Reply
#7

FIXED
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)