- Original: Ak-kawit Tahae
ปลั๊กอิน CEC ช่วยเลื่อนแท็กสีให้แสดงผลได้อย่างถูกต้อง
- นำไฟล์ cec-omp.dll/.so, pawnraknet.dll/.so ใส่ในโฟลเดอร์ components ของคุณ (ไม่ต้องเพิ่มอะไร config.json สามารถใช้งานได้เลย)
GameMode\
components\
cec-omp.dll/.so
pawnraknet.dll/.so
- นำไฟล์ 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.git
mkdir build
cd build
cmake .. -A Win32 -T ClangCL
Open Visual Studio and build the solution.