[RELEASE] [PAID] [ESX] vs_lootdrop
Mit unserem vs_lootdrop-System kannst du zu bestimmten Uhrzeiten oder mit einem Befehl einen Lootdrop an einem zufälligen Ort (konfigurierbar) auf der Karte spawnen lassen. Es erscheint eine Ankündigung und der Lootdrop wird mit einer Lande-Animation gespawnt. Die Höhe und das Landetempo sind selbstverständlich anpassbar. In der Konfiguration kannst du Jobs festlegen, die den Lootdrop nicht öffnen können. Wenn ein Spieler den Lootdrop öffnet, führt der Spieler eine kleine Animation aus. Das Looten wird abgebrochen, wenn der Spieler X drückt, stirbt oder sich bewegt. Wenn der Spieler den Lootdrop geöffnet hat, ist er für eine bestimmte Zeit (konfigurierbar) auf der Karte als Blip sichtbar. Zudem wird eine Nachricht in einen Discord-Kanal gesendet mit folgenden Informationen: Die Fraktion, die den Lootdrop geöffnet hat, und welcher Inhalt im Lootdrop war. Das Skript ist komplett anpassbar.
With the vs_lootdrop system, you can spawn a loot drop on the map at a random location (configured) at specific times or by using a command. An announcement is made, and the loot drop appears with a landing animation. The drop’s altitude and landing speed are, of course, adjustable. In the configuration, you can set up jobs that prevent certain players from opening the loot drop. When a player opens the loot drop, they trigger a small animation. The looting process is interrupted if the player presses the X key, dies, or moves. Once a player has opened the loot drop, their location is marked as a blip on the map for a specified time (according to the configuration). Additionally, a message is sent to a Discord channel with details about the faction that opened the loot drop and the contents inside. The script is fully customizable and adaptable.
Features:
- Landing Animation
- Landing Speed / Spawn Hight Adjustable
- Blacklist Jobs
- Looting Animation
- Public Discord Log
- Tracking Blip after Opening (X Minutes)
- Cancel with X / Anti Movement / Cancelled by Dying
- Command for Spawning or Times for Spawning the Lootdrop
- Full Customizable
- Idel: 0.00 MS
Config.lua:
Config = {}
Config.Positions = {
{x = 95.0, y = 478.0, z = 146.0},
-- You can add more coordinates here
}
Config.Times = {
'12:00',
'23:04'
-- You can add more Times here
}
Config.Items = {
{name = 'phone', min = 1, max = 10},
{name = 'bread', min = 1, max = 10},
-- You can add more Items here
}
Config.Weapons = {
{name = 'WEAPON_PISTOL', ammo = 50},
-- You can add more Weapons here
}
Config.LootTime = 5000 -- Loottime (in MS)
Config.BlacklistedJobs = {
'police',
'lsmd',
-- You can add more Jobs here
}
Config.EnableFallingAnimation = true -- Aktivate Landing Animation
Config.SpawnHeight = 250.0 -- The height at which the loot drop should spawn
Config.FallSpeed = 0.1 -- Falling Speed
Config.Blip = {
Sprite = 94,
Colour = 27,
Scale = 1.0,
Name = "Lootdrop"
}
Config.LooterBlip = {
Sprite = 94,
Colour = 1,
Scale = 1.0,
Name = "Lootdrop Loot",
Time = 100000
}
Config.Texts = {
Announce = "An illegal cargo has been dropped over Los Santos! Be the first on the scene and secure the drop zone!",
AnnounceZwei = "The loot drop has been opened. The person is now marked on the map for 5 minutes!",
NotifyOpened = 'You have successfully opened the loot drop!',
NotifyInterrupted = 'You have interrupted the looting!',
NotifyMoved = 'You have moved and the looting was interrupted!',
NotifyDead = 'You have died and the looting was interrupted!',
NotifySomeoneElse = 'Someone else is already opening the loot drop!',
HelpNotify = 'Press E to loot the loot drop',
JobBlacklisted = 'Your job does not allow you to open this loot drop!'
}
Config.Embed = {
Color = 6238141,
Thumbnail = "https://media.discordapp.net/attachments/1201510588166197331/1216012610814607380/large-loot-drop-box-accessory-14-x-14-x-14-goes-with-merch-like-1024x1024-removebg-preview.png?ex=65fed6fe&is=65ec61fe&hm=22a6197c2fbc179fd1192d876f9c0332cad7a17675da397fc4d0283e1ee290ab&=&format=webp&quality=lossless",
Image = "",
Footer = "Void Service Lootdrop - Version: 1.0",
}
Config.DiscordWebhook = "https://discord.com/api/webhooks/"
Config.NotifyFunction = function(text)
TriggerEvent('void_hud:notify', 2, 'Lootdrop', text, 5000)
end
Config.AnnounceFunction = function(text)
TriggerEvent('void_hud:announcement', 'LOOTDROP', text, 5000)
end
Config.HelpNotifyFunction = function(text)
TriggerEvent('void_hud:pressE', text)
end
Config.ProgressBarFunction = function(time)
TriggerEvent('void_hud:progressBar', time, 'Lootdrop')
end
Benötigt:
- ESX
Informationen:
- Price: 14.99 Euro
- FiveM Escrow Asset
Perview:
Purchase:
- You can buy the product in our Tebex Shop for 14.99€
| Code is accessible | No |
| Subscription-based | No |
| Lines (approximately) | 350 |
| Requirements | ESX |
| Support | Yes |
