Forums Index >> General >> Admin - Private Chat



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?

Friday, April 22, 2005 at 5:43:13 PM

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)


Saturday, April 23, 2005 at 4:12:29 AM

Well, you know what they say," If it ain't broke, don't fix it". I'll leave it be for now. %)

Saturday, April 23, 2005 at 8:06:46 AM

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

Sunday, April 24, 2005 at 4:16:24 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

:)


Sunday, April 24, 2005 at 4:32:25 AM

Do you have a goal set for the release of the NEW admin scrpit?

Or is its release gonna be secrect?? :o

Sunday, April 24, 2005 at 8:29:47 PM

Page : <1> :

insert quote insert url insert email insert image bold italic underline superscript subscript horizontal rule : : Help on using forum codes

Add comment:

HTML is disabled within comments, but ZBB Code is enabled.

Back to the top

Web site designed, maintained and funded by -z- and Dan MacDonald