SA-MP Forums Archive
[Ajuda] Ajuda Interfone - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Ajuda Interfone (/showthread.php?tid=595704)



Ajuda Interfone - Rollyan - 06.12.2015

Bem, queria que quando alguйm fosse chamar o dono da casa aparecesse pro dono da casa que alguйm ta chamando do interfone mais sу que nгo da aparece que nгo tem ngm na casa

PHP код:
if(strcmp(cmd"/interfone111"true) == 0)
    {
        new 
inter111string[128];
        if (
PlayerToPoint(15.0playerid582.2552, -2066.841850.3721))
  {
        if(
Inter111Enviou[playerid] == 1) {
        
SendClientMessage(playeridCOLOR_GREY"Vocк jб chamou espera 5 min para chamar novamente.");
        return 
true;
        }
        for(new 
0MAX_PLAYERSi++)
        {
    if(
PlayerInfo[playerid][pPHousekey] == 111 && strcmp(playernameHouseInfo[PlayerInfo[playerid][pPHousekey]][hOwner]) == 0)
          {
         
SendClientMessage(playeridCOLOR_GREEN"Vocк tocou o interfone aguarde uma resposta...");
         
format(inter111stringsizeof(inter111string), "O %s estб tocando o interfone da sua casa."PlayerName(playerid));
         
SendClientMessage(iCOLOR_YELLOWinter111string);
         
Inter111Enviou[playerid] = 1;
         
Inter111Kill[playerid] = SetTimerEx("InterfoneCasa111"100000"i"playerid);
         return 
1;
              }
              else {
                   
SendClientMessage(playeridCOLOR_WHITE"Nгo hб ninguйm atendendo na casa no momento.");
              }
          }
        }
          return 
true;
    } 



Re: Ajuda Interfone - Rollyan - 04.07.2016

Ainda aguardo ajuda obrigado.