[Ajuda] ERRO
#9

pawn Код:
if(strcmp(cmd, "/co", true) == 0)
    {
        if(PlayerInfo[playerid][pMembro] > 0 || PlayerInfo[playerid][pLider] > 0)
        {
            new texto[128];

            if(sscanf(cmdtext, "s[4]s[128]", cmd, texto))
            {
                SendClientMessage(playerid, Vermelho, "/co [texto]");
            }
            else
            {
                new leader = PlayerInfo[playerid][pLider];
                new member = PlayerInfo[playerid][pMembro];
                if(member==1)
                {
                    new string[128];
                    format(string, sizeof(string), "[YKZ] %s: {FFFFFF}%s.", GetPlayerNameEx(playerid), texto);
                    SendFamilyMessage(1, C_YKZ, string);
                    return true;
                }
Reply


Messages In This Thread
ERRO - by CrazyHelp - 26.04.2014, 19:26
Re: ERRO - by LeoCarvalho - 26.04.2014, 19:30
Re: ERRO - by lKoDlFuLLaNNo - 26.04.2014, 19:33
Re: ERRO - by CrazyHelp - 26.04.2014, 19:33
Re: ERRO - by lKoDlFuLLaNNo - 26.04.2014, 19:35
Re: ERRO - by LeoCarvalho - 26.04.2014, 19:37
Re: ERRO - by lKoDlFuLLaNNo - 26.04.2014, 19:42
Re: ERRO - by CrazyHelp - 26.04.2014, 19:44
Re: ERRO - by lKoDlFuLLaNNo - 26.04.2014, 19:45
Re: ERRO - by LeoCarvalho - 26.04.2014, 19:47

Forum Jump:


Users browsing this thread: 1 Guest(s)