[Ajuda] !! Comandos Bugados !!
#9

Quote:
Originally Posted by Wendell
View Post
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");
            return 1;
        }
        if(strcmp("/handsup", cmdtext, true) == 0)
        {
            SendClientMessage(playerid, TURCO, "Vocк Acaba De Dar /Handsup.");
            SetPlayerSpecialAction(playerid, 10);
            return 1;
        }
        return 1;
}
Tenta ae .
OnPlayerCommandText tem que retornar 0.

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");
            return 1;
        }
        if(strcmp("/handsup", cmdtext, true) == 0)
        {
            SendClientMessage(playerid, TURCO, "Vocк Acaba De Dar /Handsup.");
            SetPlayerSpecialAction(playerid, 10);
            return 1;
        }
        return 0;
}
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: 2 Guest(s)