Console /gametext [message] command?
#10

Quote:
Originally Posted by Mean
Посмотреть сообщение
pawn Код:
public OnRconCommand( cmd[ ] )
{
    if( !strcmp( cmd, "text", true, 4 ) )
        GameTextForAll( cmd[ 5 ], 3000, 3 );
    return 1;
}
Untested, should work, go to RCON and type "text [Message]".
Don't work with me :S

I tried this too:

pawn Код:
public OnRconCommand( cmd[ ] )
{
    if( !strcmp( cmd, "text", true, 4 ) )
        SendClientMessageToAlll(COLOR_LIGHTBLUE, cmd[ 5 ]);
    return 1;
}
Reply


Messages In This Thread
Console /gametext [message] command? - by jNkk - 25.05.2011, 17:17
Re: Console /gametext [message] command? - by LetsOWN[PL] - 25.05.2011, 17:42
Re: Console /gametext [message] command? - by jNkk - 25.05.2011, 17:46
Re: Console /gametext [message] command? - by Vince - 25.05.2011, 18:05
Re: Console /gametext [message] command? - by jNkk - 25.05.2011, 18:26
Re: Console /gametext [message] command? - by Mean - 25.05.2011, 20:49
Re: Console /gametext [message] command? - by grand.Theft.Otto - 26.05.2011, 00:59
Re: Console /gametext [message] command? - by Sasino97 - 26.05.2011, 11:13
Re: Console /gametext [message] command? - by jNkk - 26.05.2011, 11:55
Re: Console /gametext [message] command? - by Michael@Belgium - 26.05.2011, 16:08

Forum Jump:


Users browsing this thread: 3 Guest(s)