# ZOBYETEAM\_ECONOMY

## Features

* สามารถเลือกขายได้หลายอย่างพร้อมกัน
* กดปุ่ม `MAX` เพื่อขายไอเทมเท่าจำนวนของในตัวผู้เล่น
* ปุ่ม `SELL` จะขึ้นมาต่อเมื่อเลือกไอเทมขาย
* สามารถตั้งค่าให้ราคาไอเทมเท่ากันทุกโซนได้ (เมื่อมีการเปลี่ยนแปลงราคา)
* สามารถกำหนดจุดในการขายได้ไม่จำกัด
* หนึ่งจุดสามารถขายได้สินค้ามากกว่าหนึ่งอย่าง

## Technical

* CPU Usage : **0.01 - 0.05ms** (ปกติจะวิ่งที่ 0.01ms หากอยู่ใกล้โซนการขายแล้วมีการโชว์ 3D Text จะเพิ่มขึ้น)
* ลดการส่งข้อมูลจากฝั่ง Server มา Client ได้ดีกว่าตัวเก่าถึง **75 - 90%**
* เขียนด้วยภาษา **LUA** เพื่อเพิ่มประสิทธิภาพการทำงาน
* ไม่มีการใช้ **SQL** เพื่อลดการทำงานฝั่ง Server


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zobyeteam.com/resource/zobyeteam_economy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
