announce command
#1

i want a public wich announce the command if any user type something like this
forward announcecmd(cmd);
public (cmd)
{
//something wich announce the command
SendCliendMessageToAll(//announce the cmd in this case "/area51")
}

if (strcmp("/area51", cmdtext, true, 10) == 0)
{
announcecmd();
}
Reply


Messages In This Thread
announce command - by [SOB]Chris - 08.09.2009, 16:00
Re: announce command - by saiberfun - 08.09.2009, 16:05
Re: announce command - by Correlli - 08.09.2009, 16:06
Re: announce command - by [SOB]Chris - 08.09.2009, 16:29
Re: announce command - by saiberfun - 08.09.2009, 16:40
Re: announce command - by [SOB]Chris - 08.09.2009, 20:52
Re: announce command - by Giacomand - 08.09.2009, 21:07
Re: announce command - by ilikepie2221 - 08.09.2009, 21:14

Forum Jump:


Users browsing this thread: 1 Guest(s)