[Ajuda] Celular nгo desliga!
#1

Como й localhost, eu uso /ligar 191. Mesmo assim, dps da xamada o celular nгo desliga... jб usei o Mobile = 255 e nada.

pawn Код:
if(IsPlayerConnected(playerid))
        {
            new caller = Mobile[playerid];
            if(IsPlayerConnected(caller))
            {
              if(caller != INVALID_PLAYER_ID)
              {
                    if(caller != 255)
                    {
                        if(caller < 255)
                        {
                            SendClientMessage(caller, COLOR_GRAD2, "Desligou.");
                            CellTime[caller] = 0;
                            CellTime[playerid] = 0;
                            SendClientMessage(playerid, COLOR_GRAD2, "Desligou.");
                            Mobile[caller] = 255;
                        }
                        if(caller == 190)
                        {
                            SendClientMessage(caller, COLOR_GRAD2, "Desligou.");
                            CellTime[caller] = 0;
                            CellTime[playerid] = 0;
                            SendClientMessage(playerid, COLOR_GRAD2, "Desligou.");
                            Mobile[caller] = 255;
                        }
                        if(caller == 191)
                        {
                            SendClientMessage(caller, COLOR_GRAD2, "Desligou.");
                            CellTime[caller] = 0;
                            CellTime[playerid] = 0;
                            SendClientMessage(playerid, COLOR_GRAD2, "Desligou.");
                            Mobile[caller] = 255;
                        }
                        Mobile[playerid] = 255;
                        CellTime[playerid] = 0;
                        CellTime[caller] = 0;
                        SendClientMessage(caller, COLOR_GRAD2, "Desligou.");
                        SendClientMessage(playerid, COLOR_GRAD2, "Desligou.");
                        SetPlayerSpecialAction(playerid,SPECIAL_ACTION_STOPUSECELLPHONE);
                        RingTone[playerid] = 0;
                        return 1;
                    }
                }
            }
            SendClientMessage(playerid, COLOR_GRAD2, "Guardou o celular no bolso.");
Alguem pd ajuda? vlW!
Reply


Messages In This Thread
[Ajuda] Celular nгo desliga! - by danqueiroz - 11.05.2010, 19:45
Re: [Ajuda] Celular nгo desliga! - by danqueiroz - 13.05.2010, 18:18
Re: [Ajuda] Celular nгo desliga! - by [NNFc]MinDs - 13.05.2010, 20:24
Re: [Ajuda] Celular nгo desliga! - by danqueiroz - 15.05.2010, 02:52

Forum Jump:


Users browsing this thread: 3 Guest(s)