Hey guys,
and welcome to the script PlaceableObjects, which provides a great way to place objects ingame.
See the features below to check whether it also fits your server ;)
Showcase:
https://youtu.be/KAMtNHzGSlM
Features:
Spawnable objects:
Create items, which can be spawned as objects on the map. You can add as many useable object items as you want to the PlaceableObjects Config.
Example:
['policebarrier'] = {
item = 'policebarrier',
object = 'prop_barrier_work05',
freeze = true,
removeItem = true,
giveItemBack = true,
},
To place them you can easily use your mouse cursor and place them anywhere on the map. Simple and great!
Items are saved in the database. So the money bags and items do stay after a server restart. Of course you can also create temporary items.
Money bags:
You can add items, which can be used as money bags. So you have to insert a certain amount of money when placing them. And whoever takes the object also gets the money.
Great for roleplay and more!
Object shops:
You can create shops all other the map, where you can preview objects. Also you can buy those items there. By default there is one YouTool shop and one special shop for the Police. Of course with job restrictions.
Also you can select between all possible payment methods in those shops: cash, bank, black_money and society money (can be configured individually)