Car & Weapon Blacklist Script for FiveM
Installation
ensure car_gun_blacklist_vld
Configuration (config.lua)
config.lua)Config = {}
-- Your Discord webhook URL to receive blacklist logs
Config.WebhookURL = "https://discord.com/api/webhooks/your-webhook-id/your-webhook-token"
-- List blacklisted weapons here (use GTA weapon names in uppercase)
Config.BlacklistedWeapons = {
"WEAPON_RPG",
"WEAPON_STICKYBOMB",
-- Add more weapons
}
-- List blacklisted vehicles here (use vehicle model names in lowercase)
Config.BlacklistedVehicles = {
"insurgent",
"rhino",
-- Add more vehicles
}Usage
Important Notes
File Structure
fxmanifest.lua Example
Support
Last updated
Was this helpful?

