Not able to see the opposite teams name tags?
#5

A error is showing up, tried to crack it but couldn't.

(1187) : error 001: expected token: ")", but found "{"

pawn Код:
{
And when I change the "{" to ")" it will give you a new error:

1192) : error 010: invalid function or declaration

pawn Код:
return 1;
pawn Код:
public OnPlayerStreamIn(playerid, forplayerid)
{
    for(new i;i<MAX_PLAYERS;i++)
    {

        for(new x;x<MAX_PLAYERS;x++)
        {
            if(GetPlayerTeam(i) != GetPlayerTeam(x)
            {
                ShowPlayerNameTagForPlayer(x, i, false);
            }
        }
    }
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)