Compile Help
#1

Hello I Changed Nothing In Script Just I Clicked Compile These Error's Are Coming
PHP код:
E:\New Evolution Freeroam\filterscripts\functions.pwn(1462) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(101) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(103) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(151) : error 001expected token"-identifier-"but found "-integer value-"
E:\New Evolution Freeroam\filterscripts\functions.pwn(299) : error 017undefined symbol "MAX_VEHICLES"
E:\New Evolution Freeroam\filterscripts\functions.pwn(304) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(347) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(401) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(668) : error 017undefined symbol "USE_ANTI_STEALER"
E:\New Evolution Freeroam\filterscripts\functions.pwn(741) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(845) : error 017undefined symbol "MAX_HOUSES"
E:\New Evolution Freeroam\filterscripts\functions.pwn(848) : error 017undefined symbol "MAX_HOUSES"
E:\New Evolution Freeroam\filterscripts\functions.pwn(849) : error 017undefined symbol "MAX_HOUSES"
E:\New Evolution Freeroam\filterscripts\functions.pwn(850) : error 017undefined symbol "MAX_HOUSES"
E:\New Evolution Freeroam\filterscripts\functions.pwn(851) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(852) : error 017undefined symbol "MAX_HOUSES"
E:\New Evolution Freeroam\filterscripts\functions.pwn(854) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(862) : error 017undefined symbol "MAX_VEHICLES"
E:\New Evolution Freeroam\filterscripts\functions.pwn(863) : error 017undefined symbol "MAX_VEHICLES"
E:\New Evolution Freeroam\filterscripts\functions.pwn(865) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(866) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(883) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(884) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(903) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(972) : error 017undefined symbol "MAX_PLAYERS"
E:\New Evolution Freeroam\filterscripts\functions.pwn(980) : error 017undefined symbol "MAX_VEHICLES"
Compilation aborted.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
26 Errors

How To Solve
Reply
#2

It looks like you forgot to include a_samp, or the error at line 151 is causing it.

Check if you included it properly, in case it is included show us line 150 and the lines after.
Reply
#3

Else you can find this:
Код:
#undef MAX_PLAYERS
#undef MAX_HOUSES
You should define this:
Код:
#define MAX_PLAYERS 500
#define MAX_HOUSES 500
You have to define it, if this is missing:
Код:
#define MAX_HOUSES 500
Also show us line 150 - 155 as NaS said.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)