[Ajuda] erro em fs.
#1

Erro em gm . alguem sabe como resolver , o significa esse erro ?

Quote:

(101) : error 030: compound statement not closed at the end of file (started at line 82)

PHP код:
forward AtualizarBars();
public 
AtualizarBars()
{
    for(new 
playeridplayerid<GetMaxPlayers(); playerid++)
    {
        if(
IsPlayerConnected(playerid)){                    //linha 82
            
new Float:Health;
            new 
HealthString[15];
            
GetPlayerHealth(playerid,Health);
            
format(HealthString15"       %d",floatround(Health));
            
TextDrawSetString(HealthBar[playerid],HealthString);
            
TextDrawShowForPlayer(playerid,HealthBar[playerid]);
            new 
Float:Armour;
            
GetPlayerArmour(playerid,Armour);
            if(
Armour 0)
            {
                new 
ArmourString[15];
                
format(ArmourString15"       %d",floatround(Armour));
                
TextDrawSetString(ArmourBar[playerid],ArmourString);
                
TextDrawShowForPlayer(playerid,ArmourBar[playerid]);
            }
            return 
1;
        }
//linha 101 с tem 
Reply


Messages In This Thread
erro em fs. - by chefaoBR - 18.01.2015, 06:14
Re: erro em fs. - by CLANdok - 18.01.2015, 07:48

Forum Jump:


Users browsing this thread: 1 Guest(s)