Propfix Nordi
This commit is contained in:
Max 2025-06-12 15:29:08 +02:00
parent 42fb95d4ba
commit 2c6da53b8e
152 changed files with 5374 additions and 540 deletions

View file

@ -0,0 +1,9 @@
Config = {}
Config.Framework = "ESX" -- ESX / qb-core / standalone
Config.PropFixCommand = "propfix" --Add here your command to delet the props.
Config.ResetTasks = true --If this is true, all animations will be canceled to.
Config.SendNotification = true --If you want that the player get a notification then put this to ture
Config.NotificationMsg = "All bugged props got deleted!" -- Add here your notification text that should displayed for your players
Config.Notify = "ESX" --Change here you notifysystem qb-core / ESX / standalone / custom (for custom you need to add the trigger in the client.lua line 73)