peace-maker / sourcetvmanager

Interface to interact with the SourceTV server from SourcePawn.
https://forums.alliedmods.net/showthread.php?t=280402
GNU General Public License v3.0
26 stars 18 forks source link

SourceTV messages cut off after 31 char #38

Open iBoonie opened 5 months ago

iBoonie commented 5 months ago

Game: TF2 When sending chat messages from SourceTV, they are cut off after the 31 character and "say" is appended to it. If one invalidated IServer_from_CHLTVServer from the gamedata, we get the full on message that we sent (one would have to explode it to get the client name and message).

Gamedata for IServer_from_CHLTVServer probably just needs to be updated.