invalid function or declaration - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: invalid function or declaration (
/showthread.php?tid=614752)
invalid function or declaration -
BrianS123 - 12.08.2016
Invalid function or declaration on this line :
Код:
#undef MAX_PLAYERS
#define MAX_PLAYERS 100
Re: invalid function or declaration -
GoldenLion - 12.08.2016
Try #define MAX_PLAYERS (100)
Re: invalid function or declaration -
BrianS123 - 12.08.2016
The problem is on :
Re: invalid function or declaration -
FreAkeD - 12.08.2016
https://sampwiki.blast.hk/wiki/MAX_PLAYERS
#include <a_samp>
#undef MAX_PLAYERS
#define MAX_PLAYERS 100
Is it under a_samp?
Re: invalid function or declaration -
BrianS123 - 12.08.2016
Re: invalid function or declaration -
FreAkeD - 12.08.2016
Try defining it right under a_samp.
Re: invalid function or declaration -
BrianS123 - 12.08.2016
works, thanks