Tutorials
Step-by-step guides to help you customize and extend your Dracula Scripts server. Follow these tutorials to unlock the full potential of your server.
First, download the FiveM Greenscreener tool from GitHub:
github.com/Bentix-cs/fivem-greenscreener
Clone or download the repository and place the resource directly in your resources folder.
Do not use a subfolder like resources/[scripts] — this will cause the script to malfunction. Place it directly in the resources folder.
Once the script is installed and your server is running, open the in-game console and run:
This process may take up to 2 hours, depending on the number of clothing items you have installed. The script will automatically screenshot each clothing item on a green screen background.
Once the screenshot process is complete, navigate to the following folder to find all your clothing item images:
fivem-greenscreener/images/clothes
Here you'll find all the automatically generated clothing thumbnails ready to use.
Copy all the images from the greenscreener output folder and paste them into your MClothes web folder:
dr_Clothes/web/build/images/
That's it! Your clothing menu will now display the custom thumbnails for each clothing item.
The first permission you need is the QBCore permission. This allows you to use admin commands like teleport, set jobs, give items, and more.
Open your server.cfg file and add the following line:
Replace xxxxxx with your actual Rockstar license identifier. You can find this in your server console when you connect, or use a resource that displays player identifiers.
The second permission needs to be configured through the admin menu script/config side.
Open the admin menu config file and search for:
Add your license identifier to this table to grant yourself admin menu access.
Make sure to use the same license identifier format as required by the config. Some configs may need the full identifier (e.g., license:xxxxxx) while others just need the hash.
That's it! You now have full admin permissions on your server.
Check out the Commands section to see all available admin commands you can use.