min/max config option

This commit is contained in:
Taavi
2022-11-29 17:56:12 +08:00
committed by GitHub
parent 7b7d4db48a
commit 429b454116
+7
View File
@@ -31,3 +31,10 @@ Config.Marker = {
Size = vector3(1.5,1.5,1.0),
Type = 1,
}
-- min amount of Config.DrugDealerItems to sell
-- max amount of Config.DrugDealerItems to sell
Config.SellMenu = {
Min = 1,
Max = 50
}