public handle_say(id){ new arg[32]; read_args(arg, 31); remove_quotes(arg); if(containi(arg, "!test helo") != -1) { client_print(id, print_chat, "[AMXX] helo"); }}