public client_command(id) { new arg[32]; read_argv(0, arg, 31); if (equali(arg, "fps_max")) { server_print("test."); } }