When setting the Killfeed at margin top 25vh in the styles.css at #killfeed-container i get this scroll bar at the right side. even in fullscreen mode.
Can you help me resolve this issue ?
Hello,
This is due to the total height of the #killfeed-container
container getting too large. If you set height
to auto like so it should fix it:
I hope that helps!
You can reset my license
You can reset my license
I’m not quite sure what you mean, could you elaborate?
Small Update
Fixed an issue related to the Config.Proximity not working correctly.
Sweet! Hopes this fixes my issue.
[ script:killfeed] SCRIPT ERROR: @killfeed/server.lua:545: table index is nil
[ script:killfeed] > handler (@killfeed/server.lua:545)
Its not showing the kills. And this is the error I see on server side.
I presume that is when you have Config.Proximity
set to true and when you got killed by an npc? If so re-download the script, should be fixed.
No. I have NPC stuff set to false.
No deaths are showing.
Edit: I’ve tried with totally default config and still I see no killfeed
just saw a error in server side when restarting resource
[ c-resources-core] Resource 'killfeed' can't run:
[ c-resources-core] 1. constraint 'gamebuild' is unknown
[ citizen-server-impl] Couldn't start resource killfeed.
I’m running 2802 build on artifacts 6352 is it not supported or something
Oh! gamebuild
is wrong, it needs to be gameBuild
(with the capital B) in the fxmanifest, I’ve pushed an update to the keymaster. Sorry for that.
I just realized its not working for server side only client?
When someone kills someone else its still showing default GTA killfeed.
If I die personally, then its the only way I see it.
Do i need to turn off proximity in order to see other peoples kill using the kill feed? Because they were certainly within 424 meters from me and it still wasn’t showing that they killed eachother with the new feed.
You can try to turn off proximity, if that doesn’t fix it then there’s an issue.
Yes unfortunately its not working even with Proximity turned off
Sometimes it randomly works
Other times it is showing default GTA notification
Sometimes it is showing [True] next to them.
I dont know whats going on…
One Sync Infinity issue maybe?
Hmm… You are experiencing some really odd things I suppose legacy onesync could cause issues, what onesync do you use?
onesync infiniti
Onesync infinity shouldn’t create an issue, does it work if you use the default config?
Yeah I’m not really sure what the problem is.
Half the time it works. The other times it shows default GTA notifications. It also randomly says (TRUE) next to their names.
Maybe you could try to use the alternative version of the script (killfeed_alt)? See if that one works? It solved some issues a while back for some other people.
Um… okay? Is 5 USD that much to ask for? Similar scripts go for between 6 USD to 15 Euros.
Update 1.0.6
Minor fix.
Changelog:
- Fixed issue were
Config.ToggleCommand
didn’t actually effect whether or not you could do /killfeed to toggle the killfeed.