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)

Last updated