fivemanage

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Fivemanage SDK (FiveM)

Fivemanage SDK (FiveM)

Installation, images, and logs for the Fivemanage SDK on FiveM. Use this skill when integrating Fivemanage, capturing screenshots, or sending logs. Docs: https://docs.fivemanage.com/fivem-sdk/installation
本文介绍FiveM平台上Fivemanage SDK的安装、截图及日志功能。当你需要集成Fivemanage、捕获截图或发送日志时,可使用本技能。文档地址:https://docs.fivemanage.com/fivem-sdk/installation

When to use

适用场景

  • User asks how to install or configure the Fivemanage SDK.
  • Writing code that captures screenshots (client or server), uploads images, or sends logs to Fivemanage.
  • Integrating
    exports.fmsdk
    in Lua or JavaScript resources.
  • Questions about
    takeImage
    ,
    takeServerImage
    ,
    uploadImage
    ,
    Log
    ,
    Info
    ,
    Warn
    ,
    Error
    , or
    config.json
    .
  • 用户询问Fivemanage SDK的安装或配置方法。
  • 编写用于捕获客户端或服务器端截图、上传图片,或向Fivemanage发送日志的代码。
  • 在Lua或JavaScript资源中集成
    exports.fmsdk
  • 关于
    takeImage
    takeServerImage
    uploadImage
    Log
    Info
    Warn
    Error
    config.json
    的相关问题。

How to use

使用方法

Read the rule that matches what you're doing:
  • rules/installation.md — Prerequisites, download, extract to resources, server.cfg (ensure order, API keys).
  • rules/images.md — Client
    takeImage
    ; server
    takeServerImage
    and
    uploadImage
    ; metadata (name, description, playerSource).
  • rules/logs.md
    Log
    ,
    Info
    /
    Warn
    /
    Error
    ,
    LogMessage
    ; datasets; playerSource/targetSource; automatic event logging.
  • rules/configuration.md — config.json, automatic events, presigned URLs, API keys reminder.
  • rules/reference-links.md — Official docs and SDK download links.
阅读与你的操作匹配的规则文档:
  • rules/installation.md — 前置条件、下载、解压至资源目录、server.cfg配置(确保加载顺序、API密钥)。
  • rules/images.md — 客户端
    takeImage
    ;服务器端
    takeServerImage
    uploadImage
    ;元数据(名称、描述、playerSource)。
  • rules/logs.md
    Log
    Info
    /
    Warn
    /
    Error
    LogMessage
    ;数据集;playerSource/targetSource;自动事件日志记录。
  • rules/configuration.md — config.json、自动事件、预签名URL、API密钥提醒。
  • rules/reference-links.md — 官方文档及SDK下载链接。