Posts: 1,029
Threads: 96
Joined: May 2010
Reputation:
0
Hi when I try to make teams and use the array/reason [MAX_PLAYERS] it keeps telling Undefined symbol MAX_PLAYERS whats the prob here?
Posts: 1,501
Threads: 19
Joined: Nov 2007
Reputation:
0
Did you ever #undef it or not put #include <a_samp> at the top?
Posts: 1,029
Threads: 96
Joined: May 2010
Reputation:
0
When i write #undef at the top it gets an error like Undefined symbol main (from OnFilterScriptInit)
Posts: 440
Threads: 14
Joined: Sep 2009
Reputation:
0
Make sure you are declaring the array below #include <a_samp>
Posts: 1,029
Threads: 96
Joined: May 2010
Reputation:
0
Nice, working now ^^
Case closed - /lock