Signature
native message_end();
Description
Ends a message that was started with message_begin() or message_begin_f().
Notes
-
If the function is called without using message_begin() or
message_begin_f() first, the server will crash immediately.
No return value