engclient_cmd(id, "drop")
public client_command(id) { new cmd_string[32] read_argv(0, cmd_string, 31) if (equal(cmd_string, "drop")) { //条件自己插入… } }