undefined symbol "TEAM_ALLIES"
#1

Hi, I seem to keep getting this problem.

Код:
C:\Users\John\Desktop\Script\gamemodes\Bayside.pwn(364) : error 017: undefined symbol "TEAM_ALLIES"
Lines 359-364.

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    new gTeam[MAX_PLAYERS];
    SetPlayerTeamFromClass(playerid, classid);
    if(classid == 0) {
        gTeam[playerid] = TEAM_ALLIES;
Reply


Messages In This Thread
undefined symbol "TEAM_ALLIES" - by captainjohn - 16.03.2012, 18:22
Re: undefined symbol "TEAM_ALLIES" - by T0pAz - 16.03.2012, 18:25
Re: undefined symbol "TEAM_ALLIES" - by captainjohn - 16.03.2012, 18:26
Re: undefined symbol "TEAM_ALLIES" - by new121 - 16.03.2012, 18:33
Re: undefined symbol "TEAM_ALLIES" - by captainjohn - 16.03.2012, 18:33
Re: undefined symbol "TEAM_ALLIES" - by new121 - 16.03.2012, 18:35
Re: undefined symbol "TEAM_ALLIES" - by suhrab_mujeeb - 16.03.2012, 18:44
Re: undefined symbol "TEAM_ALLIES" - by captainjohn - 16.03.2012, 18:55
Re: undefined symbol "TEAM_ALLIES" - by captainjohn - 16.03.2012, 19:40

Forum Jump:


Users browsing this thread: 1 Guest(s)