A warning
#1

Код:
C:\Users\TSC\Desktop\RDZ Roleplay  FIXEDV1\pawno\include\erpPickupStreamer.inc(3) : warning 201: redefinition of constant/macro (symbol "MAX_PICKUPS")
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Warning.
Here's the line:

Код:
#define MAX_PICKUPS 650
Reply
#2

Any help will be appreciated (+REP!)
Reply
#3

I think u defined it two times.Check ur script and delete one if their are two
Reply
#4

Above that line, simply add
pawn Код:
#if defined MAX_PICKUPS
    #undef MAX_PICKUPS
#endif
This simply checks if it's already defined, and if it is, it should be undefined, so that you can re-define it.
Reply
#5

Thank you bro, +REP'ed
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)