03.03.2012, 22:23
I've corrected the dialog problem now.
It's the other two errors I have:
Which is this:
It's the other two errors I have:
Код:
C:\SAMPServer\pawno\new.pwn(107) : error 010: invalid function or declaration C:\SAMPServer\pawno\new.pwn(111) : error 010: invalid function or declaration
pawn Код:
forward SetPlayerToTeamColor(playerid);
public SetPlayerToTeamColor(playerid)
{
SetPlayerToTeamColor(playerid);
}
if(gTeam[playerid] == TEAM_AMERICA)
{
SetPlayerColor(playerid, TEAM_AMERICA_COLOR);
}
else (gTeam[playerid] == TEAM_CANADA)
{
SetPlayerColor(playerid, TEAM_CANADA_COLOR);
}
}

