Radio with space?
#1

pawn Код:
if(!strcmp(cmdtext, "/r", true, 2))
    {
        new string[128], Player[MAX_PLAYER_NAME];
        GetPlayerName(playerid, Player, MAX_PLAYER_NAME);
        format(string, 128, "RADIO: %s: %s", Player, cmdtext[2]);
        for(new i=0; i<MAX_PLAYERS; i++) if(gTeam[i]==gTeam[playerid]) SendClientMessage(i, COLOR_GREEN, string);
        return 1;
    }
now when I type /rules it says
RADIO: Mean: ules
how can I make it so it needs to put space not like /rhelp me I want it /r help me
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: 2 Guest(s)