📕
fmid Documentation
  • fmid Documentation
  • 🚘 fmid_garasi (2023)
    • client
    • Integrasi
    • Additional Commands
    • Pembuatan Garasi
    • Hooks
  • ♻️ fmid_loop
    • Contoh Penggunaan 1
  • 🔳fmid_poly
    • Getting Started
    • Usage
  • fmid_garasi 2.0
    • client
    • server
      • exports
      • commands
    • data
  • 🧠fmid_secure
    • Getting Started
    • Client
    • Server
  • fmid_split
    • Setup
  • 💃fmid_danceroom
    • External Script
    • Internal Script
    • Commands
  • 🧛fmid_ko
    • Internal
    • Integrasi
    • ox_lib Additional
  • 🔫pubg-hud
    • Integrasi ox_inventory
    • Integrasi ox_lib
    • Internal Script
Powered by GitBook
On this page
  • Scully Emote Menu
  • DPEmotes
  • RPEmotes
  1. fmid_danceroom

External Script

Supported for RPEmotes, DPEmotes, and scully_emotemenu

Scully Emote Menu

tambahkan kode ini ke script client/main.lua pada scully_emotemenu: di bagian terbawah script.

exports('getAnimList', function()
    return AnimationList['DanceEmotes']
end)

DPEmotes

tambahkan kode ini ke script Client/Emote.lua di bagian terbawah script.

exports('getAnimList', function()
    return DP.Dances
end)

RPEmotes

tambahkan kode ini ke script client/Emote.lua di bagian terbawah script.

exports('getAnimList', function()
    return RP.Dances
end)
Previousfmid_danceroomNextInternal Script

Last updated 1 year ago

💃