[Ajuda] Sistema de medico
#1

PHP код:
         if(strcmp(cmd"/reanimar",true)==0)
    {
        if(
PlayerInfo[playerid][Emprego] == 2)
        {
            if(
GetPlayerSkin(playerid) == 274 || GetPlayerSkin(playerid) == 275 || GetPlayerSkin(playerid) == 276 || GetPlayerSkin(playerid) == 308)
            {
                for(new 
iMAX_PLAYERSi++)
                {
                    new 
FloatxFloatyFloatz;
                    if(
PlayerSolicitoMedico[i] == true)
                    {
                        
GetPlayerPos(ixyz);
                        if(
PlayerToPoint(1.0playeridxyz))
                        {
                            
PlayerASerCurado[playerid] = i;
                             
SendClientMessage(PlayerASerCurado[playerid], -1"O mйdico estб tentando reanima-lo fazendo massagem cardнaca.");
                            
SendClientMessage(playerid, -1"Vocк estб tentando reanimar a vitima fazendo massagem cardнaca");
                            
ApplyAnimation(playerid,"MEDIC","CPR",4.1,0,1,1,1,1);
                            
Controle(playerid0);
                            
PlayerSolicitoMedico[PlayerASerCurado[playerid]] = false;
                            
SetTimerEx("LevaPacAmbulancia"75000"i"playerid);
                            return 
true;
                        } else return 
SendClientMessage(playerid, -1"Vocк nгo estб perto de nenhuma vitima.");
                    } else return 
SendClientMessage(playerid, -1"Nгo tem nenhuma vitima no momento.");
                }
            } else return 
SendClientMessage(playerid, -1"Vocк nгo estб em serviзo.");
        } else return 
SendClientMessage(playerid, -1"Vocк nгo й Mйdico.");
    } 
este comando estava funcionando perfeitamente ai do nada nгo quer entrar na funзгo so estб me retornando "Nгo tem nenhuma vitima no momento.", nгo quer entrar no if(PlayerSolicitoMedico[i] == true) sendo que esta tudo correto e esta verdadeiro a condiзгo mais nгo entra

OBS: Fiz o teste e estб funcionando com um player e com o outro retorna esta mensagem "Nгo tem nenhuma vitima no momento."
Reply


Messages In This Thread
Sistema de medico - by LosLipe - 02.04.2018, 12:04
Re: Sistema de medico - by arakuta - 02.04.2018, 13:25
Re: Sistema de medico - by LosLipe - 02.04.2018, 13:37
Re: Sistema de medico - by arakuta - 02.04.2018, 13:46
Re: Sistema de medico - by arakuta - 02.04.2018, 14:03

Forum Jump:


Users browsing this thread: 1 Guest(s)