Garry's Mod Wiki

Revision Difference

net.WriteString#546030

<function name="WriteString" parent="net" type="libraryfunc"> <description>Appends a string to the current net message. The size of the string is 8 bits plus 8 bits for every ASCII character in the string. The maximum allowed length of a single written string is 65533 characters.</description> <description>Appends a string to the current net message. The size of the string is 8 bits plus 8 bits for every ASCII character in the string. The maximum allowed length of a single written string is **65533 characters**.</description> <realm>Shared</realm> <args> <arg name="string" type="string">The string to be sent.</arg> </args> </function>