GithubHelp home page GithubHelp logo

cec's Introduction

Color Embed Converter

Build status Build Status License: MIT

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

การติดตั้ง

หากคุณเป็นผู้ใช้ sampctl

sampctl p install Brian-Less/cec

หรือ

  • โหลดไฟล์ที่เข้ากับระบบปฏิบัติการของคุณ (Windows หรือ Linux)
  • ใส่มันลงไปที่โฟลเดอร์ plugins
  • เพิ่ม cec ที่ server.cfg หรือ cec.so (สำหรับ Linux)
  • นำไฟล์ cec.inc ใส่ในโฟลเดอร์ Includes ของคุณ

การบิ้ว (ใครที่ไม่ได้จะนำไปพัฒนาต่อข้ามไปได้เลย)

  • ติดตั้ง sampctl เพื่อใช้ในการทดสอบ

  • โคลนที่เก็บไฟล์

    git clone https://github.com/Brian-Less/cec.git

  • ใช้ makefile เพื่อคอมไพและทดสอบ (ควรมี cmake เวอร์ชั่นที่ไม่ต่ำกว่า 3.0)

    • เพื่อเตรียมไฟล์สำหรับทดสอบ

    make test-setup

    • เพื่อทดสอบ

    make test-native

    • เพื่อสร้างไฟล์สำหรับบิ้วปลั๊กอิน (ควรมี cmake เวอร์ชั่นที่ไม่ต่ำกว่า 3.0)

    make build-inside

     - หรือใช้คำสั่งตามนี้แทน
        * mkdir build
        * cd build
        * cmake .. -G "Visual Studio 10 2010"
    

ตัวอย่าง

ปัญหาและการติดตั้ง

  • ปัญหา

ก่อนใช้งาน

ก่อนใช้งาน

หลังใช้งาน

หลังใช้งาน

  • การติดตั้ง
#include <a_samp>
#include <streamer> // ถ้ามีให้ใส่ไว้ก่อน include cec
#define cec_auto // เปิดใช้งานอัตโนมัติ
#include <cec>
#include <easyDialog> // ถ้ามีให้ใส่ไว้หลัง include cec
  • การติดตั้งสำหรับตั้งแต่ v2.3 ขึ้นไป
#include <a_samp>
#include <Pawn.RakNet> // <-- จำเป็นต้องมี
#include <cec> // อยู่ใต้ Pawn.Raknet เสมอ

cec's People

Contributors

qqwrv-f10eq avatar

Stargazers

 avatar

Watchers

 avatar

cec's Issues

Run time error 19: "File or function is not found"

Log Loading

[22:14:46] Loading plugin: cec
[22:14:46] < cec 1.0 | Copyright 2020 >
[22:14:46] Author: Ak-kawit "leaks666" Tahae
[22:14:46] Repository: https://github.com/aktah/cec
[22:14:46]
[22:14:46] --------------------------------
[22:14:46] Loaded.
[22:14:46] [debug] Run time error 19: "File or function is not found"
[22:14:46] [debug] CE_ShowPlayerDialog
[22:14:46] [debug] Run time error 19: "File or function is not found"
[22:14:46] [debug] CE_ShowPlayerDialog

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.