undefined symbol "TEAM_police"
#6

Under includes:
pawn Код:
#define TEAM_police value_here // CHANGEME!
I'm not sure if you've already the teams etc. But you define the number like:
pawn Код:
#define TEAM_A 0
#define TEAM_B 1

new
    gTeam[ MAX_PLAYERS ]
;

// somewhere:
if( gTeam[ playerid ] == TEAM_A ) // if gTeam[ playerid ] is 1, then..
Reply


Messages In This Thread
undefined symbol "TEAM_police" - by boomerboom - 11.10.2013, 19:51
Re: undefined symbol "TEAM_police" - by ***Niko*** - 11.10.2013, 19:53
Re: undefined symbol "TEAM_police" - by boomerboom - 11.10.2013, 19:56
Re: undefined symbol "TEAM_police" - by xVIP3Rx - 11.10.2013, 19:57
Re: undefined symbol "TEAM_police" - by ***Niko*** - 11.10.2013, 19:58
Re: undefined symbol "TEAM_police" - by Konstantinos - 11.10.2013, 19:58
Re: undefined symbol "TEAM_police" - by boomerboom - 11.10.2013, 20:00
Re: undefined symbol "TEAM_police" - by xVIP3Rx - 11.10.2013, 20:01
Re: undefined symbol "TEAM_police" - by boomerboom - 11.10.2013, 20:11
Re: undefined symbol "TEAM_police" - by xVIP3Rx - 11.10.2013, 20:13

Forum Jump:


Users browsing this thread: 1 Guest(s)