Radio with space?
#9

Try this,
Код:
 if(strcmp(cmd, "/radio", true) == 0 || strcmp(cmd, "/r", true) == 0)
    {
        new string[128], Player[MAX_PLAYER_NAME];
        GetPlayerName(playerid, Player, MAX_PLAYER_NAME);
        format(string, 128, "RADIO: %s: %s", Player, cmdtext[3]);
        for(new i=0; i<MAX_PLAYERS; i++) if(gTeam[i]==gTeam[playerid]) SendClientMessage(i, COLOR_GREEN, string);
        return 1;
    }
Reply


Messages In This Thread
Radio with space? - by Mean - 01.11.2010, 09:10
Re: Radio with space? - by Voldemort - 01.11.2010, 09:45
Re: Radio with space? - by Jeffry - 01.11.2010, 09:53
Re: Radio with space? - by Mean - 03.11.2010, 17:28
Re: Radio with space? - by Bessensap - 03.11.2010, 17:38
Re: Radio with space? - by Jeffry - 04.11.2010, 09:06
Re: Radio with space? - by arasone - 04.11.2010, 11:09
Re: Radio with space? - by Mean - 04.11.2010, 15:39
Re: Radio with space? - by gychem - 04.11.2010, 15:43

Forum Jump:


Users browsing this thread: 7 Guest(s)