LIVE STOREAVKK Scripts · Premium FiveM resources for modern servers.
Premium FiveM Resources

BUILD YOURSERVER BETTER.

High-quality FiveM resources focused on performance, clean design and useful features for modern servers. Built to install fast, run smoothly and stay easy to maintain — with a premium storefront styled around your AVKK brand.

Optimized resources
Tebex delivery
Clear support
AVKK EventZone interface preview
AVKK character render
AVKK Scripts
FEATURED SCRIPT
AVKK EVENTZONE
ESX / OX READY
Status
Production ready
Store
Powered by Tebex
AVKK Scripts

Premium resources. One clean ecosystem.

Browse AVKK releases built around performance, clean interfaces, straightforward setup and long-term support for modern FiveM servers.

Upcoming release

Coming Soon

A new AVKK Scripts resource is in development. Details, compatibility and documentation will be published when the release is ready.
AVKKIN DEVELOPMENT
Upcoming release

Coming Soon

A new AVKK Scripts resource is in development. Details, compatibility and documentation will be published when the release is ready.
AVKKIN DEVELOPMENT
Why AVKK

Built as an ecosystem, not a one-off script.

AVKK Scripts focuses on polished FiveM resources with consistent design, practical configuration, performance-minded code and clear documentation across the whole catalog.

CLEAN

Consistent interfaces and a recognizable AVKK design language.

FAST

Performance-minded resources built for real server workloads.

DOCS

Clear installation paths and product-specific documentation.

SUPPORT

A single place for updates, help and future AVKK releases.

Performance

Optimized resources designed to run smoothly without unnecessary server load.

Easy setup

Simple installation and clear configuration without unnecessary complexity.

Regular updates

Continuous fixes, improvements and new features after release.

Support

Help with installation and configuration whenever you need it.

Community

One support hub for every AVKK release.

Use the AVKK Discord for installation help, configuration questions, release announcements, documentation updates and previews across the entire AVKK Scripts catalog.

OPEN DISCORD
Checkout

Secure payments powered by Tebex.

Your purchase flow is handled by Tebex. Use the basket on AVKK, authorize with FiveM and open checkout directly from the site.

VISAMASTERCARDPAYPALAPPLE PAYGOOGLE PAY
Questions

Frequently asked questions.

Your order is processed through Tebex and linked to the FiveM/Cfx account used during checkout. Product delivery follows the configuration of your Tebex store.
Compatibility is listed separately for every AVKK Scripts release. Always check the product card and its documentation before installation.
Yes. Every released AVKK resource gets its own documentation path, and additional help is available through the AVKK Discord.
Payments are handled by Tebex. The AVKK storefront can keep the basket and embedded checkout experience inside the site while Tebex manages the payment flow.
AVKK CATALOG

Scripts built to feel like one ecosystem.

Every released AVKK resource gets a polished storefront page, clear compatibility information, documentation and support. EventZone is the first public release; the rest of the catalog is being prepared.

AVAILABLE NOW1 SCRIPTMore AVKK releases are in development.
All resources

AVKK Scripts

AVKK EventZone
AVAILABLE
FIRST AVKK RELEASE

AVKK EventZone [ESX/OX]

Advanced event management for FiveM with a clean control workflow for zones, logs, winners and administration.

ESXOXEVENTS
02
UPCOMING RELEASE

Coming Soon

A new AVKK Scripts resource is in development. Full details will be revealed when it is ready.

AVKKIN DEVELOPMENT
03
UPCOMING RELEASE

Coming Soon

A new AVKK Scripts resource is in development. Full details will be revealed when it is ready.

AVKKIN DEVELOPMENT
04
UPCOMING RELEASE

Coming Soon

A new AVKK Scripts resource is in development. Full details will be revealed when it is ready.

AVKKIN DEVELOPMENT
05
UPCOMING RELEASE

Coming Soon

A new AVKK Scripts resource is in development. Full details will be revealed when it is ready.

AVKKIN DEVELOPMENT
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.

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

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

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

  4. 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/
  5. 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.

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

  1. Download your EventZone release after purchase.
  2. Extract the archive completely.
  3. Move the EventZone resource folder into resources/[avkk]/ or another resources folder used by your server.
  4. Install/start every dependency listed with your EventZone build.
  5. Open the included configuration and set the framework/integrations for your server.
  6. Add ensure <eventzone-resource-folder> after its dependencies in server.cfg.
  7. Restart the server and verify the console starts EventZone without errors.
  8. 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 start

Check the exact folder name, ensure line and dependency start order.

UI does not open

Check client/server console errors and confirm the installed build matches its required framework/integrations.

After an update

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

AVKK ORDER

Thank you for your purchase.

We are checking the payment status with Tebex and preparing your order confirmation.

VERIFYING PAYMENT
AVKK EventZone
Purchased productAVKK EventZone [ESX/OX]Delivered through Tebex / FiveM account
Order total
Transaction ID
FiveM account
ProcessorTEBEX
ORDER FLOW

What happens next

3 SIMPLE STEPS
Payment confirmedDONE

Confirmed securely by Tebex.

2
Entitlement deliveryAUTO

Tebex links the purchase to the Cfx account used during checkout.

3
Open your assetCFX

Go to Cfx Portal → Granted Assets to access EventZone.

Keep your transaction ID. If delivery does not appear as expected, send the transaction ID to AVKK support on Discord so the purchase can be checked.
YOUR SCRIPT ACCESSDownload EventZone from Cfx PortalUse the same Cfx/FiveM account used during checkout, then open Assets → Granted Assets.
OPEN CFX ASSETS
DISCORD SUPPORT
Limited release offer
-10% OFF
ENDS SEP 1

10% OFF AVKK launch offer.

Use code RELEASE at checkout to get 10% OFF. Available until September 1.

Promo codeRELEASE
Time remaining01 Sep · 23:59 CEST
00Days
00Hours
00Min
00Sec
Added to basket