External Script

Supported for RPEmotes, DPEmotes, and scully_emotemenu

Scully Emote Menu

circle-info

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

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

DPEmotes

circle-info

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

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

RPEmotes

circle-info

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

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

Last updated