If I restart the server and then the server join does not work KillFeed display unless I reload the plugin, someone knows about the problem, please ask for help. THANK YOU!
Kill feed not showing until plugin reloadedFixed
We have the same problem, but this pulgin is not maintained anymore.
I contacted the dev about a year ago and he said he uses it on ScourgeEZ-Servers and don't want to update it for other servers anymore.
I contacted the dev about a year ago and he said he uses it on ScourgeEZ-Servers and don't want to update it for other servers anymore.
In KillFeed.cs Find this
void OnPlayerInit(BasePlayer player)
{
AddPlayer(player);
}
Replace with this
void OnPlayerConnected(BasePlayer player)
{
AddPlayer(player);
}Let me know if it works for you.
No :(
TolimanNo :(
Did you stop the server then start the server and test it or just reload plugin?
The Plugin was not installed since last wipe.
I downloaded it, edited the line and moved it to the Plugin folder to load it on my running server.
I doubt a server restart would change the way the hook works, or?
I downloaded it, edited the line and moved it to the Plugin folder to load it on my running server.
I doubt a server restart would change the way the hook works, or?
I do think you need to restart..
Did not work when i did oxide.reload KillFeed
Did not work when i did oxide.reload KillFeed
Locked automatically