mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-29 01:08:54 +00:00
min/max config option
This commit is contained in:
@@ -31,3 +31,10 @@ Config.Marker = {
|
|||||||
Size = vector3(1.5,1.5,1.0),
|
Size = vector3(1.5,1.5,1.0),
|
||||||
Type = 1,
|
Type = 1,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
-- min amount of Config.DrugDealerItems to sell
|
||||||
|
-- max amount of Config.DrugDealerItems to sell
|
||||||
|
Config.SellMenu = {
|
||||||
|
Min = 1,
|
||||||
|
Max = 50
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user