[Ajuda] Comandos bugado
#3

Quote:
Originally Posted by ReyMysterio
Посмотреть сообщение
Jб vi que vocк sу tem esses dois comandos. Portanto em vez de vocк usar strcmp usa ZCMD ele й muito bom, mais rбpido e funcional.

Tutorial de como usar ZCMD + SScanf:

https://sampforum.blast.hk/showthread.php?tid=277842
Nгo acho necessбrio usar um processador para apenas 2 comandos...


pawn Код:
public OnPlayerCommandText(playerid, cmdtext[])
        {  

            if(strcmp(cmdtext,"/creditos",true) == 0)
            {
                ShowPlayerDialog (playerid, 2, DIALOG_STYLE_MSGBOX, "** Creditos GameMode **", "Informaзхes aqui", "Fechar", "");
                return 1;
            }

            if(strcmp(cmdtext, "/asaysup", true) == 0)
            {
                SendClientMessageToAll(-1, "|________________Suporte Avisa________________|");
                new string[160];
                format(string, 160, "Suporte:  %s: Dъvidas? Use /duvida ou '/chamar sup', e para reportar alguйm, use /reportar.", getPName(playerid));
                SendClientMessageToAll(0x00F6F6AA, string);
                return 1;
            }
   
        return 0;
    }


No ъltimo RETURN use 0.
Reply


Messages In This Thread
Comandos bugado - by cicinho - 11.06.2015, 16:37
Re: Comandos bugado - by ReyMysterio - 11.06.2015, 16:42
Re: Comandos bugado - by zSuYaNw - 11.06.2015, 19:42

Forum Jump:


Users browsing this thread: 1 Guest(s)