rcon say
#4

Yeh,

pawn Код:
public OnRconCommand(cmd[])
{
    if(strcmp(cmd, "say", true) == 0)
    {
        new string[256];
        format(string, sizeof(string), "* Admin %s: %s", get the playername, find the message entered after /rcon say);
        SendClientMessageToAll(color, string);
        return false;
    }
    return 1;
}

Or something like that..
Reply


Messages In This Thread
rcon say - by grand.Theft.Otto - 02.03.2011, 22:24
Re: rcon say - by Lorrden - 02.03.2011, 22:31
Re: rcon say - by grand.Theft.Otto - 02.03.2011, 22:37
Re: rcon say - by Lorrden - 02.03.2011, 22:40
Re: rcon say - by [WF]Demon - 02.03.2011, 22:50
Re: rcon say - by Cameltoe - 02.03.2011, 22:54
Re: rcon say - by grand.Theft.Otto - 02.03.2011, 22:56
Re: rcon say - by Lorrden - 02.03.2011, 23:01
Re: rcon say - by grand.Theft.Otto - 02.03.2011, 23:06
Re: rcon say - by leong124 - 03.03.2011, 02:02

Forum Jump:


Users browsing this thread: 1 Guest(s)