I have a short question regarding how much characters 255 bytes are.
I googled it, and they said 1 character is 1 byte, so I added a security check for my message function:
Syntax: Select all
message = message[:255]
I tried to send a message with 252 characters, but ingame im receiving:
Code: Select all
DLL_MessageEnd: Refusing to send user message SayText2 of 256 bytes to client, user message size limit is 255 bytes