Forums Index >> General >> Admin - Private Chat
Page : <1> :
Nope, well the only servers I know that have that function are mine & repents :P
Well, guess y its repents..
Well he has my admin script (chat based, not gui based)
I would guess:
function logMessage(%ip2,%name,%msgType, %msgString, %msg)
{
%mis = new FileObject();
if (%mis.openForWrite("game/server/log.log"))
{
%mis.writeline(%name@": "@%ip2@" : "@%msg@" ---> Message Type: "@%msgType@" ---> Message String: "@%msgString2);
Echo(%name@": "@%ip2@" : "@%msg@" ---> Message Type: "@%msgType@" ---> Message String: "@%msgString);
%mis.close();
return;
}
}
Put that into a CS file and exec it, that SHOULD log all chat into a file in game/server folder...if it doesn't email me or something: chong.thinktanks@gmail.com
Last edited: Sunday, April 24, 2005 at 4:19:06 AM
Lol, thats not what he wanted.
On my admin script, if you chat /pm somebody hello it will appear on somebody:
Chong [private chat]: hello
And will appear on all admins:
Chong [private chat to somebody]: hello
:)
Do you have a goal set for the release of the NEW admin scrpit?
Or is its release gonna be secrect?? :o
Page : <1> :
I know in some servers, admins can see all private chat, but I can't see any private chat among other players even though I am admin. Is there somthing to turn on in the pref.cs or somthing?