Skip to content

exsycore/Colour-Fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Brian-Less

Edit by: EasyCore

Color Embed Converter

Build status Build Status License: MIT

ปลั๊กอิน CEC ช่วยเลื่อนแท็กสีให้แสดงผลได้อย่างถูกต้อง

การติดตั้ง (open.mp)

  • นำไฟล์ 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>

การบิ้ว

Sources

git clone https://github.com/exsycore/cec-omp.git

Lib

https://github.com/qqwrv-f10eq (samp-plugin-sdk)
https://github.com/openmultiplayer/open.mp-sdk
https://github.com/openmultiplayer/open.mp-gdk

Building on Windows

mkdir build
cd build
cmake .. -A Win32 -T ClangCL

Open Visual Studio and build the solution.