12.09.2010, 09:54
Hi, i've been trying to show messages for remote RCON Admins, but nothing works.
I tried:
print
printf
SendRconCommand("echo <here text>");
CallRemoteFunction("OnRconCommand","s","/testmessages <here text>");
I created /testmessages command in a filterscript to use CallRemoteFunction, but messages weren't showed.
When i type /testmessages from rcon console, messages are showed, but not when i use it in the script.
I have also tried:
print
printf
SendRconCommand("echo <here text>");
into /testmessages command, but nothing works, as i said, only works when i use command in the remote rcon console.
(I tried all solutions in this thread, but nothing works)
Any solution?
I tried:
printf
SendRconCommand("echo <here text>");
CallRemoteFunction("OnRconCommand","s","/testmessages <here text>");
I created /testmessages command in a filterscript to use CallRemoteFunction, but messages weren't showed.
When i type /testmessages from rcon console, messages are showed, but not when i use it in the script.
I have also tried:
printf
SendRconCommand("echo <here text>");
into /testmessages command, but nothing works, as i said, only works when i use command in the remote rcon console.
(I tried all solutions in this thread, but nothing works)
Any solution?