Quote:
|
Originally Posted by BioHazardousWaste
Code:
message_begin(MSG_ONE, get_user_msgid("StatusText"), {0, 0, 0}, id);
|
Please replace MSG_ONE with MSG_ONE_UNRELIABLE so that people's servers don't randomly crash..
It doesn't mean your message won't be sent, it just means that HL won't crash if it can't be sent.. Even if it is not crashing for you now, it could in the future for anyone, if the message simply can't be sent for any number of reasons..