Help doing /r(adio) command for Cops.
#4

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
        if(PlayerInfo[i][Fmember] == 1)
        {
                format(string, sizeof(string), "* (Radio) %s: %s, over.", sendername, result); // define sendername and result also color and string.
                SendClientMessage(i, COLOR, string);
        }
}
Just one example, now you make the command for making the result, but its just an example of how to send the message to all players from that variable.
Reply


Messages In This Thread
Help doing /r(adio) command for Cops. - by ricardo178 - 13.01.2012, 19:55
Re: Help doing /r(adio) command for Cops. - by CmZxC - 13.01.2012, 20:00
Re : Help doing /r(adio) command for Cops. - by ricardo178 - 13.01.2012, 20:01
Re: Help doing /r(adio) command for Cops. - by rinori - 13.01.2012, 20:12
Re : Help doing /r(adio) command for Cops. - by ricardo178 - 13.01.2012, 20:30

Forum Jump:


Users browsing this thread: 2 Guest(s)