19.07.2011, 19:27
Hi!
I got this errorcode while compiling!
Here my scripted lines:
I got this errorcode while compiling!
Код:
error 029: invalid expression, assumed zero
Код:
SetPlayerTeamFromClass(playerid, classid)
{
if (classid == 0)
{
gTeam[playerid] = TEAM_BALLA;
}
else
{
gTeam[playerid] = TEAM_GROVE;
}
else //THIS IS THE LINE WITH ERROR!
{
gTeam[playerid] = TEAM_VAGOS;
}
}

