From 2396aec90505c979933eb62524257c86d7f4902b Mon Sep 17 00:00:00 2001 From: Nordi98 Date: Fri, 13 Jun 2025 01:13:15 +0200 Subject: [PATCH] propfix --- resources/[Developer]/[Nordi]/PS_PropFix/config.lua | 9 --------- .../[Nordi] => [tools]}/PS_PropFix/.fxap | Bin .../[Nordi] => [tools]}/PS_PropFix/README.md | 0 .../PS_PropFix/client/client.lua | 0 resources/[tools]/PS_PropFix/config.lua | 9 +++++++++ .../[Nordi] => [tools]}/PS_PropFix/fxmanifest.lua | 0 6 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 resources/[Developer]/[Nordi]/PS_PropFix/config.lua rename resources/{[Developer]/[Nordi] => [tools]}/PS_PropFix/.fxap (100%) rename resources/{[Developer]/[Nordi] => [tools]}/PS_PropFix/README.md (100%) rename resources/{[Developer]/[Nordi] => [tools]}/PS_PropFix/client/client.lua (100%) create mode 100644 resources/[tools]/PS_PropFix/config.lua rename resources/{[Developer]/[Nordi] => [tools]}/PS_PropFix/fxmanifest.lua (100%) diff --git a/resources/[Developer]/[Nordi]/PS_PropFix/config.lua b/resources/[Developer]/[Nordi]/PS_PropFix/config.lua deleted file mode 100644 index b2fade7ab..000000000 --- a/resources/[Developer]/[Nordi]/PS_PropFix/config.lua +++ /dev/null @@ -1,9 +0,0 @@ -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) diff --git a/resources/[Developer]/[Nordi]/PS_PropFix/.fxap b/resources/[tools]/PS_PropFix/.fxap similarity index 100% rename from resources/[Developer]/[Nordi]/PS_PropFix/.fxap rename to resources/[tools]/PS_PropFix/.fxap diff --git a/resources/[Developer]/[Nordi]/PS_PropFix/README.md b/resources/[tools]/PS_PropFix/README.md similarity index 100% rename from resources/[Developer]/[Nordi]/PS_PropFix/README.md rename to resources/[tools]/PS_PropFix/README.md diff --git a/resources/[Developer]/[Nordi]/PS_PropFix/client/client.lua b/resources/[tools]/PS_PropFix/client/client.lua similarity index 100% rename from resources/[Developer]/[Nordi]/PS_PropFix/client/client.lua rename to resources/[tools]/PS_PropFix/client/client.lua diff --git a/resources/[tools]/PS_PropFix/config.lua b/resources/[tools]/PS_PropFix/config.lua new file mode 100644 index 000000000..5d6cf00c3 --- /dev/null +++ b/resources/[tools]/PS_PropFix/config.lua @@ -0,0 +1,9 @@ +Config = {} + + +Config.Framework = "qb-core" -- 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 = "Alle verbuggeden Props wurde gelöscht!" -- Add here your notification text that should displayed for your players +Config.Notify = "qb-core" --Change here you notifysystem qb-core / ESX / standalone / custom (for custom you need to add the trigger in the client.lua line 73) diff --git a/resources/[Developer]/[Nordi]/PS_PropFix/fxmanifest.lua b/resources/[tools]/PS_PropFix/fxmanifest.lua similarity index 100% rename from resources/[Developer]/[Nordi]/PS_PropFix/fxmanifest.lua rename to resources/[tools]/PS_PropFix/fxmanifest.lua