Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: wtitus on July 09, 2014, 03:18:05 PM

Title: TTT OOC Chat
Post by: wtitus on July 09, 2014, 03:18:05 PM
Hi everyone!
I was wondering, how do you enable OOC chat or something that accomplishes the same purpose in TTT?
Thanks!
-wtitus
Title: Re: TTT OOC Chat
Post by: JamminR on July 09, 2014, 09:14:34 PM
Please define "OOC" to this old man.
Title: Re: TTT OOC Chat
Post by: Hollistupid on July 09, 2014, 11:30:10 PM
Haha, OOC = Out of character, typically a chat where people can discuss things not related to their character  ;) Honestly, for TTT this is a terrible idea and will most likely be utilized for things other than OOC matter, eg. GHOSTING>
Title: Re: TTT OOC Chat
Post by: wtitus on July 10, 2014, 04:39:51 AM
I know, but I need a way for admins to talk to players who are alive without psay.
Title: Re: TTT OOC Chat
Post by: JamminR on July 10, 2014, 08:34:10 AM
ULX has no function for speaking to live players only.
Shouldn't be difficult for someone to throw together a ulx module though.
Title: Re: TTT OOC Chat
Post by: wtitus on July 11, 2014, 02:46:48 PM
Could someone make an ULX module?
Title: Re: TTT OOC Chat
Post by: Fanney on July 11, 2014, 03:08:40 PM
Could someone make an ULX module?
I dont think the TTT Gamemode has a hook for it, you can change it anyway by going into terrortown\gamemode\gamemsg.lua and search for "GM:PlayerSay" add after the
Code: [Select]
if not IsValid(ply) then return endfollowing code:
Code: [Select]
if ply:IsAdmin() then return text end