- Original: Ak-kawit Tahae
ปลั๊กอิน CEC ช่วยเลื่อนแท็กสีให้แสดงผลได้อย่างถูกต้อง
- นำไฟล์ cec-omp.dll/.so, pawnraknet.dll/.so ใส่ในโฟลเดอร์ components ของคุณ (ไม่ต้องเพิ่มอะไร config.json สามารถใช้งานได้เลย)
│ GameMode/
├── components/
│ ├── cec-omp.dll
│ └── pawnraknet.dll- นำไฟล์ cec.inc, Pawn.RakNet.inc ใส่ในโฟลเดอร์ Includes ของคุณ
│ qawno/
├── include/
│ ├── cec.inc
│ └── Pawn.RakNet.incปัญหาและการติดตั้ง
- ปัญหา
ก่อนใช้งาน
หลังใช้งาน
- การติดตั้ง
#include <open.mp>
#include <cec>git clone --recursive https://github.com/exsycore/cec-omp.gitmkdir build
cd build
cmake .. -A Win32 -T ClangCLOpen Visual Studio and build the solution.

