Help please. I can't understand how works Team_Info. When I send message to all players after setting TeamInfo to Terrorist then sometimes players receives message with blue text.
How correctly to change TeamInfo?
message_begin(MSG_ONE,get_user_msgid("TeamInf o"),_,id);
write_byte(id); //what here to write?
write_string("TERRORIST");
message_end();
i can't understand differing MSG_ALL from MSG_ONE and differing "id" in message_begin from "id" in write_byte.