๐Ÿ“ธGenerate Vehicle Images

A guide on how to gather images of all vehicles

Requirements

  1. Python Interpreter

  2. pip (python package installer)

  3. screenshot-basic (fivem resource)

Python Library Need to Installed

Open cmd > then execute the following commands

  1. pip install requests

  2. pip install Pillow

How to Generate Image

  1. Open the script

  2. Change the url of webhook in shared.lua

  3. Join the Server and run command gencarimage

  4. Wait until the all the pictures are uploaded

  5. Open Python Folder and run the script image.py

  6. 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