[Ajuda] !! Comandos Bugados !!
#1

Pessoal, estava outro dia estava atualizando meu GM, compilei e deu tudo certo, mas no jogo os seguintes comandos nгo funcionam, da um erro assim: Sever Unknow command

Antes funcionavam perfeitamente, olha os comandos:

pawn Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
    if(strcmp("/gps", cmdtext, true) == 0)
        {
            ShowPlayerDialog(playerid, GPS, DIALOG_STYLE_LIST, "GPS SAN ANDREAS", "Prefeitura\nRespawn Civil\nHospital\nLoja de Armas\n=================================\nPolicia Militar\nPolicia Federal\nExercito ( Бrea Restrita )", "Selecionar","Sair");
        }
    if(strcmp("/handsup", cmdtext, true) == 0)
        {
            SendClientMessage(playerid, TURCO, "Vocк Acaba De Dar /Handsup.");
            SetPlayerSpecialAction(playerid, 10);
        }
    return true;
}
Dialogs do /gps:

pawn Code:
public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[])
{
   if(dialogid == GPS)
   {
      if(response)
      {
          if(listitem == 0)
          {
                SetPlayerCheckpoint(playerid, 1477.1025,-1764.2405,18.7958,8.0);
                SendClientMessage(playerid, TURCO, "Vocк Marcou a PREFEITURA Em Seu GPS, Va Atй o Checkpoint Vermelho em Seu Mapa.");
                return true;
          }
          if(listitem == 1)
          {
                SetPlayerCheckpoint(playerid, 1480.8737,-1769.9547,18.7958,8.0);
                SendClientMessage(playerid, TURCO, "Vocк Marcou o RESPAWN CIVIL Em Seu GPS, Va Atй o Checkpoint Vermelho em Seu Mapa!");
                return true;
          }
          if(listitem == 2)
          {
                SetPlayerCheckpoint(playerid, 1173.8993,-1323.5492,14.9922,8.0);
                SendClientMessage(playerid, TURCO, "Vocк Marcou o HOSPITAL Em Seu GPS, Va Atй o Checkpoint Vermelho em Seu Mapa!");
                return true;
          }
          if(listitem == 3)
          {
                SetPlayerCheckpoint(playerid, 1363.5933,-1281.3391,13.5469,8.0);
                SendClientMessage(playerid, TURCO, "Vocк Marcou a LOJA DE ARMAS Em Seu GPS, Va Atй o Checkpoint Vermelho em Seu Mapa!");
                return true;
          }
          if(listitem == 4)
          {
                return true;
          }
          if(listitem == 5)
          {
                SetPlayerCheckpoint(playerid, 1553.3291,-1675.9319,16.1953,8.0);
                SendClientMessage(playerid, TURCO, "Vocк Marcou a POLICIA MILITAR Em Seu GPS, Va Atй o Checkpoint Vermelho em Seu Mapa!");
                return true;
          }
          if(listitem == 6)
          {
                SetPlayerCheckpoint(playerid, 330.1045,-1515.6615,35.8672,8.0);
                SendClientMessage(playerid, TURCO, "Vocк Marcou a POLICIA FEDERAL Em Seu GPS, Va Atй o Checkpoint Vermelho em Seu Mapa!");
                return true;
          }
          if(listitem == 7)
          {
                SetPlayerCheckpoint(playerid, -1532.3300,481.2012,7.1875,8.0);
                SendClientMessage(playerid, TURCO, "Vocк Marcou o EXERCITO Em Seu GPS, Va Atй o Checkpoint Vermelho em Seu Mapa!");
                return true;

          }
       }
    }
    return 0;
}
Ambos, antes funcionavam perfeitamente.

No meu GM, sу tenho isto de comandos; tenho um FS de Administraзгo, e os comandos deste FS funcionam normalmente, sу os comandos do GM que bugou.
Reply


Messages In This Thread
!! Comandos Bugados !! - by LoostGamer - 03.10.2012, 19:48
Re: !! Comandos Bugados !! - by ViictorDaay- - 03.10.2012, 19:58
Re: !! Comandos Bugados !! - by BreakDriFT - 03.10.2012, 19:59
Re: !! Comandos Bugados !! - by LoostGamer - 03.10.2012, 20:10
Re: !! Comandos Bugados !! - by LoostGamer - 03.10.2012, 20:39
Re: !! Comandos Bugados !! - by ViictorDaay- - 03.10.2012, 21:42
Re: !! Comandos Bugados !! - by LoostGamer - 04.10.2012, 09:31
Re: !! Comandos Bugados !! - by Wendell - 04.10.2012, 09:54
Re: !! Comandos Bugados !! - by humildadeforever - 04.10.2012, 13:20
Re: !! Comandos Bugados !! - by LoostGamer - 04.10.2012, 15:54
Re: !! Comandos Bugados !! - by humildadeforever - 04.10.2012, 15:55
Re: !! Comandos Bugados !! - by LoostGamer - 04.10.2012, 16:02
Re: !! Comandos Bugados !! - by humildadeforever - 04.10.2012, 16:06
Re: !! Comandos Bugados !! - by LoostGamer - 04.10.2012, 16:09
Re: !! Comandos Bugados !! - by humildadeforever - 04.10.2012, 16:12
Re: !! Comandos Bugados !! - by hard_dalzot - 04.10.2012, 16:12
Re: !! Comandos Bugados !! - by LoostGamer - 04.10.2012, 16:22
Re: !! Comandos Bugados !! - by hard_dalzot - 04.10.2012, 16:48
Re: !! Comandos Bugados !! - by humildadeforever - 04.10.2012, 16:54
Re: !! Comandos Bugados !! - by hard_dalzot - 04.10.2012, 17:01

Forum Jump:


Users browsing this thread: 1 Guest(s)