![[PAID] [STANDALONE] d7y_ElimnatedKill main image](https://forum-cfx-re.akamaized.net/original/4X/b/8/0/b80bac1b8bb7916c12f44b9baecb1c9df0f553be.gif)
Price
UnknownA script by d7y1
Price
UnknownHello And Welcome !
d7y_ElimnatedKill
- The idea of the script is taken from some games such as Overwatch and Fortnite. When you kill someone, they get a notification that you killed them.
- Better And Clean Ui better than some imitators.
- Of course, you can let the menu open with a button or a command or both, and you can select the button you want or the command.
- If you do not want the player to control it, you can close the command and the button and put the default style.
- Autosave for the player’s Kill type
- Of course, it is free from glitches, and if you face any problem, just call me on dm or open a ticket
Configration File
Config.lua
Config = {}
Config.defaulttype = "Fortnite" -- ( Fortnite || OverWatch ) -- Here you put the default in case the player didn't use the panel
Config.HowtoOpen = { -- Open Options
["Key"] = {
status = true, -- if you want to open it with KeaBoard Key
value = 56, -- F9 KEY CODE From This Website https://docs.fivem.net/docs/game-references/controls/#controls
},
["Command"] = {
status = true, -- if you want to open it with Command
value = "KillType", -- Command
},
}
Config.OnTypeChange = function(type) -- On Type Change Event
Notify("Changed To : [" .. type .. "] successfully !", "AUDIO_INFO")
end
function Notify(message, audio) -- You can change the Notify To Your server notify
local Theme = "default"
if audio == "AUDIO_ERROR" then
Theme = "error"
end
TriggerEvent("D7-Notify:sendAdvanced", message, "~h~D7y", "Kill Manager", "CHAR_MANUEL", 6000, nil, true, Theme,
audio)
end
Tebex And Price
Price : $12.50
Tebex : https://d7y.tebex.io/package/5227640
Code is accessible | No |
Subscription-based | No |
Lines (approximately) | Around 180 LUA |
Requirements | No |
Support | Yes |
Other Releases
No approved reviews found for this script yet.