View Single Post
10/02/23, 09:13 AM   #3
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 247
Originally Posted by Masteroshi430 View Post
Just find the setting with
GetSetting_Bool(*[SettingSystemType|#SettingSystemType]* _system_, *integer* _settingId_)
** _Returns:_ *bool* _value_
?

SETTING_TYPE_UI
UI_SETTING_SHOW_PVP_KILL_FEED_NOTIFICATIONS

local ShowPvpKillFeedEnabled = GetSetting_Bool(SETTING_TYPE_UI, UI_SETTING_SHOW_PVP_KILL_FEED_NOTIFICATIONS)
Thank you bro thats perfect. I was digging around in zgoo for hours and couldn't find how to find that.
  Reply With Quote