08.09.2009, 16:00
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();
}
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();
}