sometimes the plugin works correctly, but sometimes appears white background. need something to do with it.

Kill Feed
Displays a basic Kill Feed on screen!
Total Downloads: 17,882 - First Release: Nov 9, 2015 - Last Update: Oct 27, 2017
- 5/5, 36 likes
-
anyone figured out how to remove the white background?
-
To be frank, I'm not really willing to fix it if it's caused by other plugin conflicts, mainly because I'm a lazy bum... -
-
How to remove white background ?
Attached Files:
-
-
-
I have a problem with your plugin, players don't see messages from animal killed, any idea ?
-
-
-
Hey im not sure,
But my keys,cfg gets written with killfeed Action true and shit... i think thats ur plugin or am i wrong?
Second question is why the fuck (if it is yours) does ur plugin touch my file? I really want to know a reason for this. -
- bind escape ""
- bind tab inventory.toggle
- bind q inventory.togglecrafting
- writecfg
-
-
-
Either you get it work by the available functions, or you need to play around with your plugin. But its not the right decision to force a players configuration ONLY to fit your plugin. with also additional saving the config. You should at minimum remove the writecfg part.
I'm always really pissed, when i while developing was on a server with killfeed, and doing some things by clientconsole on my dev server, and always need then to change back my config options, becuase the meesages spam my console for not existing commands. -
[DOUBLEPOST=1474210621][/DOUBLEPOST] -
Wulf Community Admin
-
-
Wulf Community Admin
-
If every developer would use such stuff, only to get his plugin to work for an "cosmetic" action, it what should this end?
[DOUBLEPOST=1474211163][/DOUBLEPOST]
Code:void OnPlayerDisconnected(BasePlayer player) { ui.Destroy(player); if((bool)Config["Settings", "Use keybind"]) player.Command("bind "+Convert.ToString(Config["Settings", "Key to bind"])+" \"\""); }