Can you give me filterscript command...
#6

lol you want it to send server message?

PHP код:
public OnPlayerCommandText(playeridcmdtext[])
{
    if (
strcmp("/top"cmdtexttrue10) == 0)
    {
        
SendClientMessageToAll(COLOR_RED"Here is /top command");
        return 
1;
    }

Reply


Messages In This Thread
Can you give me filterscript command... - by Join7 - 02.06.2011, 18:47
Re: Can you give me filterscript command... - by Vero - 02.06.2011, 18:49
Re: Can you give me filterscript command... - by Join7 - 02.06.2011, 18:51
Re: Can you give me filterscript command... - by Vero - 02.06.2011, 18:52
Re: Can you give me filterscript command... - by Join7 - 02.06.2011, 18:57
Re: Can you give me filterscript command... - by Trotty729 - 02.06.2011, 18:59
Re: Can you give me filterscript command... - by boyan96 - 02.06.2011, 19:02
Re: Can you give me filterscript command... - by Join7 - 02.06.2011, 19:05
Re: Can you give me filterscript command... - by Vero - 02.06.2011, 19:10
Re: Can you give me filterscript command... - by Join7 - 02.06.2011, 19:13

Forum Jump:


Users browsing this thread: 2 Guest(s)