對不起!您沒有登入,請先登入論壇
// 如果使用次數小於1 if(count[id] < 1) { client_print(id, print_chat, "[提示] 你已使用此功能") count[id] += 1 } else { client_print(id, print_chat, "[提示] 你不能在使用此功能") }