对不起!您没有登入,请先登入论坛
// 如果使用次数小于1 if(count[id] < 1) { client_print(id, print_chat, "[提示] 你已使用此功能") count[id] += 1 } else { client_print(id, print_chat, "[提示] 你不能在使用此功能") }