Dini Errors! 0-0
#1

Hello, I have these errors in my dini.inc file when i compile.

[pawn]

error 017: undefined symbol "fexist"
warning 215: expression has no effect
error 001: expected token: ";", but found ")"
error 029: invalid expression, assumed zero
fatal error 107: too many error messages on one line
[pawn]

The lines are.

[pawn]
stock dini_Exists(filename[]) {
return fexist(filename);
}[pawn]
Reply
#2

Are you including dini after a_samp? That's the only thing I could see to be wrong, at least about your first error.
Reply
#3

When i add a_samp to my script i get 26 errors of

'AddHouse'
Reply
#4

Could you PM me your script? There is probably something very simple missing.
Reply
#5

a_samp is the main include, it has any essential include in it. if you're not using it, you're doing something wrong.

include it, and try fix these 26 erros, most probably they are cause of a lack brackets.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)