[AJUDA]Erros no codigo
#1

entao ja tentei de todos os jeito tentar fazerr uma org com os tutoriais do Josma(se eu nao me engano)
sempre da erro olhem ai
PHP код:
    if(strcmp(cmd,"/convidarr"true)==0)
    {
     
tmp strtok(cmdtextidx);
     new 
PlayerB;
     if(!
strlen(tmp)) return SendClientMessage(playeridBranco,"uso correto:/convidar [ID]");
     
PlayerB strval(tmp);
     if(!
IsPlayerConnected(PlayerB)) return SendClientMessage(playeridBranco,"Jogador nao conectado");
     if(
PlayerInfo [playerid] [PMilitar] >= 6)
     {
       
PlayerInfo[PlayerB] [PMilitar] = 1;
       
SendClientMessage(PlayerBBranco,"Voce entrou na Policia militar");
       
SetPlayerColor(PlayerBCor_PMilitar);
       return 
1;
       }
       else if(
PlayerInfo[playerid][Groove] >=6)
       {
        
PlayerInfo[PlayerB][Groove] = 1;
        
SendClientMessage(PlayerB,Branco,"Voce entrou para groove");
        
SetPlayerColor(PlayerBCor_Grove);
        return 
1;
        }
        else if(
PlayerInfo[playerid][Ballas] >=6)
        {
        
PlayerInfo[PlayerB][Ballas] = 1;
        
SendClientMessage(PlayerB,Branco,"Voce entrou nos Ballas");
        
SetPlayerColor(PlayerBCor_Ballas);
        return 
1;
        }
        return 
1;
        }
        if(
strcmp(cmd"/promoverr"true) == 0)
    {
        
tmp strtok(cmdtextidx);
        new 
PlayerBlevel;
        if(!
strlen(tmp)) return SendClientMessage(playeridBranco"Uso correto: /promover [id] [cargo]");
        
PlayerB strval(tmp);
        if(!
IsPlayerConnected(PlayerB)) return SendClientMessage(playeridBranco"Este jogador nгo estб conectado");
        
tmp strtok(cmdtextidx);
        if(!
strlen(tmp)) return SendClientMessage(playeridBranco"Uso correto: /promover [id] [cargo]");
        
level strval(tmp);
        if(
level || level 6) return SendClientMessage(playeridBranco"O level deve ser maior que 0 e menor que 7");
        new 
string[128], promovedor[MAX_PLAYER_NAME];
        
GetPlayerName(playeridpromovedorsizeof(promovedor));
        if(
PlayerInfo[playerid][PMilitar] >= 6)
        {
            if(
PlayerInfo[PlayerB][PMilitar] < 1) return SendClientMessage(playeridBranco"Este jogador nгo й da sua org");
            
PlayerInfo[PlayerB][PMilitar] = level;
            
format(stringsizeof(string), "Vocк foi promovido a level %d por %s"levelpromovedor););
            
SendClientMessage(PlayerBBrancostring);
            return 
1;
        }
        else if(
PlayerInfo[playerid][Groove] >= 6)
        {
            if(
PlayerInfo[PlayerB][Groove] < 1) return SendClientMessage(playeridBranco"Este jogador nгo й da sua org");
            
PlayerInfo[PlayerB][Groove] = level;
            
format(stringsizeof(string), "Vocк foi promovido a level %d por %s"levelpromovedor););
            
SendClientMessage(PlayerBBrancostring);
            return 
1;
        }
        else if(
PlayerInfo[playerid][Ballas] >= 6)
        {
            if(
PlayerInfo[PlayerB][Ballas] < 1) return SendClientMessage(playeridBranco"Este jogador nгo й da sua org");
            
PlayerInfo[PlayerB][Ballas] = level;
            
format(stringsizeof(string), "Vocк foi promovido a level %d por %s"levelpromovedor););
            
SendClientMessage(PlayerBBrancostring);
            return 
1;
        }
        return 
1;
    }
    if(
strcmp(cmd"/demitirr"true) == 0)
    {
        
tmp strtok(cmdtextidx);
        new 
PlayerBstring[128], demitidor[MAX_PLAYER_NAME];
        if(!
strlen(tmp)) return SendClientMessage(playeridBranco"Uso correto: /demitir [id]");
        
PlayerB strval(tmp);
        
GetPlayerName(playeriddemitidorsizeof(demitidor));
        if(!
IsPlayerConnected(PlayerB)) return SendClientMessage(playeridBranco"Este jogador nгo estб conectado");
        if(
PlayerInfo[playerid][PMilitar] >= 6)
        {
            if(
PlayerInfo[PlayerB][PMilitar] < 1) return SendClientMessage(playeridBranco"Este jogador nгo й da sua organizaзгo");
            
PlayerInfo[PlayerB][PMilitar] = 0;
            
format(stringsizeof(string), "Vocк foi demitido por %s"demitidor);
            
SendClientMessage(PlayerBBrancostring);
            return 
1;
        }
        else if(
PlayerInfo[playerid][Groove] >= 6)
        {
            if(
PlayerInfo[PlayerB][Groove] < 1) return SendClientMessage(playeridBranco"Este jogador nгo й da sua organizaзгo");
            
PlayerInfo[PlayerB][Groove] = 0;
            
format(stringsizeof(string), "Vocк foi demitido por %s"demitidor);
            
SendClientMessage(PlayerBBrancostring);
            return 
1;
        }
        else if(
PlayerInfo[playerid][Ballas] >= 6)
        {
            if(
PlayerInfo[PlayerB][Ballas] < 1) return SendClientMessage(playeridBranco"Este jogador nгo й da sua organizaзгo");
            
PlayerInfo[PlayerB][Ballas] = 0;
            
format(stringsizeof(string), "Vocк foi demitido por %s"demitidor);
            
SendClientMessage(PlayerBBrancostring);
            return 
1;
        }
        return 
1;
    } 
(115) : warning: 217: loose indentation
(115) : warning: 217: loose indentation
: error: 017: undefined symbol "Branco"
(115) : error: 017: undefined symbol "Branco"
mecanicos.pwn(115) : error: 017: undefined symbol "PlayerInfo"
mecanicos.pwn(115) : warning: 215: expression has no effect
mecanicos.pwn(115) : error: 001: expected token: ";", but found "]"
mecanicos.pwn(115) : error: 029: invalid expressio
mecanicos.pwn(115) : error: 029: invalid expression, assumed zero
\mecanicos.pwn(115) : error fatal: 107: too many error messages on one line[/PHP]
Reply


Messages In This Thread
[AJUDA]Erros no codigo - by wevertonneves - 17.11.2011, 10:28
Re: [AJUDA]Erros no codigo - by Pharrel - 17.11.2011, 10:37
Re: [AJUDA]Erros no codigo - by Kostas' - 17.11.2011, 10:46
Re: [AJUDA]Erros no codigo - by wevertonneves - 17.11.2011, 10:58
Re: [AJUDA]Erros no codigo - by Pharrel - 17.11.2011, 11:04
Re: [AJUDA]Erros no codigo - by wevertonneves - 17.11.2011, 11:41

Forum Jump:


Users browsing this thread: 1 Guest(s)