[Ajuda] Sistema de Empresa
#1

eu estou tentando converter o sistema de empresa da GM WERP porem eu estou com os seguintes erros e eu nгo tenho menor ideia de como arrumar isso.

ERROS
Quote:

C:\Users\Lucas\Desktop\Game mode Dten RPG\gamemodes\gmoutubro.pwn(1014 : error 012: invalid function call, not a valid address
C:\Users\Lucas\Desktop\Game mode Dten RPG\gamemodes\gmoutubro.pwn(1014 : warning 215: expression has no effect
C:\Users\Lucas\Desktop\Game mode Dten RPG\gamemodes\gmoutubro.pwn(1014 : error 001: expected token: ";", but found ")"
C:\Users\Lucas\Desktop\Game mode Dten RPG\gamemodes\gmoutubro.pwn(1014 : error 029: invalid expression, assumed zero
C:\Users\Lucas\Desktop\Game mode Dten RPG\gamemodes\gmoutubro.pwn(1014 : fatal error 107: too many error messages on one line

LINHA DO ERRO
PHP код:
new donoempresaID DOF2_GetInt(f(id), "EmpresaID"); 
COMANDO
PHP код:
        else if(!strcmp(tmp"contratar"true))
        {
            for(new 
0MAX_EMPRESASm++)
            {
                if(
IsPlayerInRangeOfPoint(playerid3EmpresaInfo[m][PickupX], EmpresaInfo[m][PickupY], EmpresaInfo[m][PickupZ]))
                {
                    
format(gStrsizeof(gStr), "Empresas/Empresa%d.ini"EmpresaInfo[m][Numero]);
                    if(
strcmp(EmpresaInfo[m][Proprietario], GetPlayerNameEx(playerid), false))
                    {
                        
SendClientMessage(playeridVermelho"Vocк nгo й dono(a) desta empresa!");
                        return 
1;
                    }
                    if(
strcmp(EmpresaInfo[m][Funcionario1], "Ninguem"false) && strcmp(EmpresaInfo[m][Funcionario2], "Ninguem"false) && strcmp(EmpresaInfo[m][Funcionario3], "Ninguem"false))
                    {
                        
SendClientMessage(playeridVermelho"Jб excedeu o limite de funcionбrios em sua empresa!");
                        return 
1;
                    }
                    
tmp strtok(cmdtextidx);
                    if(!
strlen(tmp))
                    {
                        
SendClientMessage(playeridVermelho"Uso vбlido: /Empresa Contratar [ID]");
                        return 
1;
                    }
                    new
                    
id strval(tmp)
                    ;
                    if(
GetDistanceBetweenPlayers(playeridid) > 5)
                    {
                        
SendClientFormat(playeridVermelho"%s estб muito longe da empresa, peзa para ele vim mais prуximo!"GetPlayerNameEx(id));
                        return 
1;
                    }
                    if(!
IsPlayerConnected(id))
                    {
                        
SendClientMessage(playeridVermelho"Jogador(a) nгo conectado(a)!");
                        return 
1;
                    }
                    if(
playerid == id)
                    {
                        
SendClientMessage(playeridVermelho"Vocк nгo pode contratar vocк mesmo(a) para sua empresa!");
                        return 
1;
                    }
                    new 
donoempresaID DOF2_GetInt(f(id), "EmpresaID");
                    if(
donoempresaID 0)
                    {
                        
SendClientMessage(playeridCOR_ERRO"Esse(a) jogador(a) й dono(a) de uma empresa!");
                        return 
1;
                    }
                    new 
contratadoID DOF2_GetInt(f(id), "Contratado");
                    if(
contratadoID 0)
                    {
                        if(!
strcmp(EmpresaInfo[contratadoID][Funcionario1], GetPlayerNameEx(playerid), true) || !strcmp(EmpresaInfo[contratadoID][Funcionario2], GetPlayerNameEx(playerid), true) || strcmp(EmpresaInfo[contratadoID][Funcionario3], GetPlayerNameEx(playerid), true))
                        {
                            
SendClientMessage(playeridVermelho"Esse(a) jogador(a) jб й funcionбrio(a) de uma empresa!");
                        }
                        return 
1;
                    }
                    
format(gstringsizeof(gstring), "%s estб lhe oferecendo um contrato para trabalhar na empresa dele."GetPlayerNameEx(playerid));
                    
SendClientMessage(idAzulgstring);
                    
format(gstringsizeof(gstring), "Vocк estб oferecendo para %s um contrato para ele(a) trabalhar na sua empresa."GetPlayerNameEx(id));
                    
SendClientMessage(playeridAzulgstring);
                    
DonoEmpresa[id] = playerid;
                    
AceitarContrato[id] = 1;
                    
ContratoMsg[id] = 5;
                    
T_Contratado[id] = SetTimerEx("MensagemContrato"3000false"d"id);
                    return 
1;
                }
            }
            return 
1
Reply


Messages In This Thread
Sistema de Empresa - by Lucas0303 - 08.10.2018, 18:49
Re: Sistema de Empresa - by [BOPE]Seu._.Madruga - 08.10.2018, 19:05
Re: Sistema de Empresa - by Lucas0303 - 08.10.2018, 19:22
Re: Sistema de Empresa - by [BOPE]Seu._.Madruga - 08.10.2018, 20:05
Re: Sistema de Empresa - by Lucas0303 - 08.10.2018, 20:19
Re: Sistema de Empresa - by vitinhosamp - 09.10.2018, 01:53
Re: Sistema de Empresa - by Ley - 11.10.2018, 08:51

Forum Jump:


Users browsing this thread: 1 Guest(s)