undefined symbol "TEAM_ALLIES"
#8

Quote:
Originally Posted by new121
Посмотреть сообщение
Do you have those near the top of the script? and if not do you have this near the top?

pawn Код:
new gTeam[MAX_PLAYERS];
Thanks for the reply.
I had this at the top of my script and in the code above, so I deleted it from the one above and I no longer get that error.

However I have this error too.
Код:
C:\Users\John\Desktop\Script\gamemodes\Bayside.pwn(362) : error 017: undefined symbol "SetPlayerTeamFromClass"
Lines 360-364.

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
    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: 3 Guest(s)