Please follow these steps to intall the resource into your FiveM server:
- Make sure your server meets all requirements
- Download the latest release
- Create a folder for the resource somewhere, call it anything you like (suggestion:
MISS-ELS
) - Extract the contents of the zip archive into that folder
- Copy
config.example.lua
toconfig.lua
- Edit
config.lua
to fit to your needs, you can leave everything as-is if you are not sure what to change - Place the folder from step 2 and 3 into your resources directory on your server
- Enable the resource in your
server.cfg
file:ensure MISS-ELS
(or whatever you called it in step 2), or start it manually from the console - Enjoy! You can now start creating your VCF files
If you currently use an older version of MISS-ELS, you can update it as follows:
⚠️ Make a full backup of your configuration and VCFs!- Delete all files from the resource, except your
config.lua
and yourxmlFiles/
folder - Rename your
config.lua
toconfig.backup.lua
- Download the latest release
- Extract the zip archive somewhere
- Place the contents from the archive into your resource folder, alongside with your
config.backup.lua
file andxmlFiles/
folder - Copy
config.example.lua
toconfig.lua
- Update
config.lua
to fit to your needs (compare it to your old configuration, but do not copy-paste it as the structure might have changed!) - Walk through your VCF's to see if they still comply to the standards. Any breaking change will be announced.