24.01.2010, 05:49
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.
And this are the lines
Код:
error 017: undefined symbol "classid"
Код:
public OnPlayerSpawn(playerid)
{
SetPlayerToTeamColor(playerid);
if (classid == 0)
{
gTeam[playerid] = TEAM_GROVE;
}
else
{
gTeam[playerid] = TEAM_BALLA;
}
return 1;
}

