public handle_say(id) { new arg[64] read_args(arg, 63) if(equal(arg, "!test ", 6)) client_print(id, print_chat, "[AMXX] %s", arg[6]) }