forked from Simnation/Main
propfix
This commit is contained in:
parent
1fe44ee3bb
commit
2396aec905
6 changed files with 9 additions and 9 deletions
|
@ -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)
|
9
resources/[tools]/PS_PropFix/config.lua
Normal file
9
resources/[tools]/PS_PropFix/config.lua
Normal file
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue