Config

Config = {}

-- Config.EmoteMenu = 'rpemotes' -- only rpemotes is supported atm

Config.MaximumEmotes = 10 -- maximum emotes of players can bind to radial

Config.Locales = {
	remove_emote = 'Remove emote',
	are_you_sure = 'Are you sure you want to remove emote %s?',
	manage_emotes = 'Manage emotes',
	emote_management = 'Emote management',
	remove_emote = 'Remove emote',
	add_emote = 'Add emote',
	maximum_emotes = 'You can bind maximum of ' .. Config.MaximumEmotes .. ' emotes',
	select_emote = 'Select emote',
	
	title = 'Emote wheel',
	title2 = 'Emotes',
	
	--notifications
	emote_added_succesfully = 'Emote added succesfully',
	emote_removed_succesfully = 'Emote removed succesfully',
	
	error_occured = 'Error occured',
}

Last updated