Supported for RPEmotes, DPEmotes, and scully_emotemenu
tambahkan kode ini ke script client/main.lua pada scully_emotemenu: di bagian terbawah script.
exports('getAnimList', function() return AnimationList['DanceEmotes'] end)
tambahkan kode ini ke script Client/Emote.lua di bagian terbawah script.
exports('getAnimList', function() return DP.Dances end)
tambahkan kode ini ke script client/Emote.lua di bagian terbawah script.
exports('getAnimList', function() return RP.Dances end)
Last updated 1 year ago