Need help!!!
#1

Ok so i was creating a DM script and i got most of it to work but i can't get this error to work ( i can't fix it ) i've looked for a solution but i haven't found one.

Код:
error 017: undefined symbol "classid"
And this are the lines

Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerToTeamColor(playerid);
  
  	if (classid == 0)
	{
		gTeam[playerid] = TEAM_GROVE;
	}
	else
	{
		gTeam[playerid] = TEAM_BALLA;
	}
	return 1;
}
Reply


Messages In This Thread
Need help!!! - by [Bm]rap45 - 24.01.2010, 05:49
Re: Need help!!! - by silvan - 24.01.2010, 06:10
Re: Need help!!! - by [Bm]rap45 - 24.01.2010, 15:27
Re: Need help!!! - by silvan - 24.01.2010, 17:39

Forum Jump:


Users browsing this thread: 4 Guest(s)