๐ธGenerate Vehicle Images
A guide on how to gather images of all vehicles
Requirements
Python Interpreter
pip (python package installer)
screenshot-basic (fivem resource)
Python Library Need to Installed
Open cmd > then execute the following commands
pip install requests
pip install Pillow
How to Generate Image
Open the script
Change the
url
of webhook in shared.luaJoin the Server and run command
gencarimage
Wait until the all the pictures are uploaded
Open Python Folder and run the script
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.
Last updated