[Resolvido]Separar equipamentos
#9

pawn Код:
//Comando

        if(strcmp(cmd, "/radio", true) == 0 || strcmp(cmd, "/r", true) == 0)
        {
            GetPlayerName(playerid, sendername, sizeof(sendername));
            new length = strlen(cmdtext);
            while ((idx < length) && (cmdtext[idx] <= ' '))
            {
                idx++;
            }
            new offset = idx;
            new result[64];
            while ((idx < length) && ((idx - offset) < (sizeof(result) - 1)))
            {
                result[idx - offset] = cmdtext[idx];
                idx++;
            }
            result[idx - offset] = EOS;
            if(!strlen(result))
            {
                SendClientMessageEx(playerid, COR_CINZA, "USE: (/r)adio [radio chat]","Use: (/r)adio [radio chat]");
                return 1;
            }
            if(gTeam[playerid] == TEAM_USA)
            {
                if(gTeam[playerid] == TEAM_USA) { format(string, sizeof(string), "** USA %s: %s, over. **", sendername, result); }
        else
                {
                    format(string, sizeof(string), "** USA %s: %s, over. **", sendername, result);
                }
        SendRadioMessage(5,COR_AZULC,string);
                printf("%s", string);
                return 1;
      }
                return 1;
            }
Tenta ai, vai dar erro de certeza, mais manda os erros ai que eu arrumo aqui pra tu
Reply


Messages In This Thread
[Resolvido]Separar equipamentos - by Caio_Cartaxo - 20.02.2010, 19:10
Re: [Duv]Separar equipamentos - by OxygenBR - 20.02.2010, 19:42
Re: [Duv]Separar equipamentos - by Caio_Cartaxo - 20.02.2010, 19:46
Re: [Duv]Separar equipamentos - by OxygenBR - 20.02.2010, 19:53
Re: [Duv]Separar equipamentos - by [H]unter - 20.02.2010, 20:13
Re: [Duv]Separar equipamentos - by Caio_Cartaxo - 20.02.2010, 22:01
Re: [Duv]Separar equipamentos - by RoamPT - 20.02.2010, 22:07
Re: [Duv]Separar equipamentos - by Caio_Cartaxo - 20.02.2010, 23:40
Re: [Resolvido]Separar equipamentos - by Guilherme_Canani - 21.02.2010, 00:32
Re: [Resolvido]Separar equipamentos - by Caio_Cartaxo - 21.02.2010, 18:02

Forum Jump:


Users browsing this thread: 2 Guest(s)