Ulysses
Ulysses Stuff => General Chat & Help and Support => Topic started 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
-
Please define "OOC" to this old man.
-
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>
-
I know, but I need a way for admins to talk to players who are alive without psay.
-
ULX has no function for speaking to live players only.
Shouldn't be difficult for someone to throw together a ulx module though.
-
Could someone make an ULX module?
-
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 if not IsValid(ply) then return end
following code: if ply:IsAdmin() then return text end