# Installation

### **QB**

1. Add items to your qb-core **|** [**QB ITEMS**](https://dev-hub.gitbook.io/dev-hub-documentation/vehicle-hack-3/qb-items)
2. Add to your .cfg file ensure dh\_farmer **#QB Items**
3. Add images to items
4. Configuration according to your expectations file config.lua
5. If you are developer configurate file technical\_config\_client.lua and technical\_config\_server.lua
6. Prepare in config.lua Config.Translate for your language
7. If you want to use job create one in qb-core and add the name of it to Config.JobName otherewise put nil
8. Add items to your shops so players can buy seeds
9. Restart Server
10. You are good to go

### **ESX**

1. Add sql.sql to your database
2. Add to your .cfg file ensure dh\_farmer
3. Configuration according to your expectations file config.lua
4. If you are developer configurate file technical\_config\_client.lua and technical\_config\_server.lua
5. Prepare in config.lua Config.Translate for your language
6. If you want to use job create one from job\_template.sql and add the name of it to Config.JobName otherewise put nil
7. Add items from sql.sql to your shops so players can buy seeds
8. Restart Server
9. You are good to go
