Customization
Custom weapon and icon with .png file
Change kill feed position in ./html/js/app.js
if(data.safezone){
var safezone= data.safezone;
$("#killfeed_notifications").css('left', 100*safezone.rightX+1+'%');
$("#killfeed_notifications").css('bottom', 100-(100*safezone.bottomY+1.5)+'%');
}
Change get player display name in ./config/server/event.lua
Last updated