A guide on how to gather images of all vehicles
Python Interpreter
pip (python package installer)
screenshot-basic (fivem resource)
Open cmd > then execute the following commands
pip install requests
pip install Pillow
Open the script
Change the url of webhook in shared.lua
url
Join the Server and run command gencarimage
gencarimage
Wait until the all the pictures are uploaded
Open Python Folder and run the script image.py
image.py
Wait until the script is done
You will get a folder named images in the same directory as the script. The folder will contain all the images of the cars in the dealership. Replace it with the image folder in the dealership resource.
images
Last updated 2 years ago