Author: Brian-Less
Edit by: EasyCore
ปลั๊กอิน 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>
#define cec_auto
#include <cec>
git clone https://github.com/exsycore/cec-omp.git
https://github.com/qqwrv-f10eq (samp-plugin-sdk)
https://github.com/openmultiplayer/open.mp-sdk
https://github.com/openmultiplayer/open.mp-gdk
mkdir build
cd build
cmake .. -A Win32 -T ClangCL
Open Visual Studio and build the solution.