Regarding FloodControl.inc
#1

Well, I just got no idea why this occurs..
Error line:
pawn Код:
#if !defined MAX_JOIN_LOGS // << -- Line 1
    #define MAX_JOIN_LOGS (30)
#endif
Error:
pawn Код:
C:\Users\Danger\Desktop\UGB\pawno\include\FloodControl.inc(1) : error 010: invalid function or declaration
This is making me mad as hell!
Reply
#2

Maybe get the latest floodcontrol.inc? it working fine for me
Reply
#3

Um, I do have the latest include..
Any other ideas?
Reply
#4

try this?

pawn Код:
#if !defined MAX_JOIN_LOGS
    #define MAX_JOIN_LOGS (50)
#endif
Reply
#5

Well, nvm.
I re-created the include again, And eventually it just got compiled.
Thanks anyways!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)