Home
Documentation for AVKK Scripts
Welcome to the AVKK Scripts documentation. This is the central place for installing, configuring, updating and troubleshooting every released AVKK resource.
One documentation hub.General setup rules apply across AVKK Scripts, while each released product has its own dedicated installation and configuration section.
GETTING STARTED
Standard AVKK installation flow
This is the recommended installation path for AVKK resources. Product-specific requirements always take priority over the general steps below.
- 01
Purchase & download
Purchase the resource through the AVKK storefront. Complete checkout with the FiveM/Cfx account that should receive the product, then download/access the resource through the delivery method shown by Tebex/Cfx.
- 02
Read the product requirements
Open the documentation section for the script you are installing and confirm its supported framework, integrations and required dependencies before copying files.
- 03
Extract the resource
Extract the downloaded archive. Keep the files inside the resource folder together and do not rename internal files unless the documentation explicitly tells you to.
- 04
Move it into your server resources
Place the AVKK resource folder inside your FiveM server's resources directory. Keeping AVKK releases in a dedicated folder makes updates easier.
resources/
└── [avkk]/
└── your-avkk-resource/
- 05
Configure before starting
Open the configuration files included with the release and set the framework/integration values required by your server. Do not guess dependency names — use the product-specific documentation.
- 06
Add the resource to server.cfg
Start dependencies first, then start the AVKK resource using the exact resource folder name from your download.
# dependencies first
ensure your-avkk-resource
- 07
Restart & verify
Restart the resource or server, watch the server console for errors and test the feature in-game before putting the resource into production.
AVKK EVENTZONE
Overview
EventZone is the first released AVKK Scripts product. This section is product-specific, so the information here applies to EventZone rather than the entire AVKK catalog.
ZonesCreate and manage event zones.
LogsKeep event activity organized.
WinnersTrack event results.
SettingsConfigure the EventZone experience.
EVENTZONE
Requirements
The current EventZone release is presented as ESX / OX Ready. Before installation, use the compatibility information delivered with your purchased build as the source of truth for the exact dependencies and versions.
ImportantDo not install random dependencies from another script's guide. EventZone's included release files and this product section should match the version you downloaded.
EVENTZONE
Installation
Use this order when installing EventZone. The exact resource folder name can differ between builds, so use the folder name contained in your download.
- Download your EventZone release after purchase.
- Extract the archive completely.
- Move the EventZone resource folder into
resources/[avkk]/ or another resources folder used by your server. - Install/start every dependency listed with your EventZone build.
- Open the included configuration and set the framework/integrations for your server.
- Add
ensure <eventzone-resource-folder> after its dependencies in server.cfg. - Restart the server and verify the console starts EventZone without errors.
- Join in-game and test the dashboard, zone creation and event flow before production use.
# Example structure only — use the exact folder name from your download
resources/
└── [avkk]/
└── <eventzone-resource-folder>/
# server.cfg
ensure <eventzone-resource-folder>
EVENTZONE
Configuration
Configure only values that exist in the EventZone version you downloaded. Framework choice, OX integrations and other product settings should be changed in the configuration files included with that build.
✓ Make a backup before editing.
✓ Keep resource/dependency start order correct.
✓ Restart the resource after config changes.
✓ Check both server and client console when testing.
EVENTZONE
Updating EventZone
Back up your current configuration first. Compare the new release with your installed version instead of blindly overwriting configuration files. Replace the resource files, re-apply only the settings that still exist in the new version, then restart and test.
SUPPORT
Troubleshooting
Resource does not startCheck the exact folder name, ensure line and dependency start order.
UI does not openCheck client/server console errors and confirm the installed build matches its required framework/integrations.
After an updateCompare your old configuration with the new release rather than restoring an entire old config blindly.
Still stuck?Send the console error, your framework and EventZone version in AVKK support.
OPEN DISCORD ↗
FUTURE RELEASES
Coming Soon
Additional AVKK Scripts documentation categories will appear here as new resources are released. Until then, EventZone is the only product-specific documentation section.