msg(word[], any:...) { new text[128]; vformat(text, charsmax(text), word, 2); client_print(0, print_chat, "[Network] %s", text); }