Skip to main content
  • Instant digital delivery
  • Lifetime updates on selected products
  • Trusted by server owners
FiveMX
Shop
Full ServersBundlesNew releases
FiveMX

Start building your server today.

Curated FiveM resources, instant delivery, free starter mods, and practical guides in one calm marketplace.

Browse the shopsupport@fivemx.com

Shop

  • Shop
  • FiveM Mods
  • All Products
  • Free Mods
  • Best Scripts & Mods
  • FiveM Scripts

Frameworks

  • QBCore Scripts
  • ESX Scripts
  • QBox
  • Standalone

Community

  • Blog
  • Support
  • Creators
  • Affiliate

Legal

  • Privacy Policy
  • Terms of Service
  • Refund Policy
  • Digital Delivery
  • Cookie Policy
  • GDPR Compliance
  • DMCA
  • Imprint
  • Editorial Policy

Server Templates

  • QBCore Server Template
  • ESX Server Template
  • NoPixel Server Template
  • Server Packs
  • Free Server Templates
  • Tebex Alternative
© 2026 FiveMX. All rights reserved.·FiveMX is not affiliated with Rockstar Games, Take-Two Interactive, or CFX.re. All trademarks are property of their respective owners.
DiscordDocs
  1. Home
  2. Shop
  3. FiveM Minigames

4 product images available.

FiveM Minigames
Compatibility:
ESX
QBCore
QBOX
Standalone
vRP

rcore Airhockey

Review process
$15.49

Secure Checkout

Cards, Apple Pay, Google Pay, iDEAL/Wero, Bancontact, EPS, Przelewy24, and optional Crypto where available via Stripe.

Instant file access after paymentSupport and refund policy shown before checkout
Ask support before buyingRead refund policy
Instant Access
SSL Encrypted
Cards, wallets, bank redirects
Frameworksesx, qbcore, qbox, standalone, vrp
Setup

Requires a FiveM server, esx or qbcore or qbox or standalone or vrp, access to server resources, and permission to restart the resource after configuration.

RequirementsPublished on this page
PreviewAvailable

Description

https://www.youtube.com/watch?v=LUe15HTpNbU

Config file

Config = {
    -- send paddle position to your opponent every 33ms (30x/s)
    -- lower the value for faster sync sync between paddles
    PositionSendRate = 33,
    -- maximum time the puck can stay on one side in ms
    PenaltyTime = 10000,
    -- block these while playing
    RestrictedControls = {37, 157, 159, 160, 161, 162, 163, 164, 165, 158, 101, 337, 53, 54, 47, 140, 141, 263, 264,
                          142, 143, 24, 257, 44, 282, 283, 284, 285, 69, 70, 114, 99, 100, 102, 22, 74, 68, 25, 36, 345,
                          346, 347, 91, 92},
    BounceStrength = 0.05, -- camera bounce effect
    DrawTableScore = true, -- draw actual match score for viewers on top tables
    Framework = 0, -- 0: Standalone (no bets), 1: ESX, 2: QBCore
    EnableBets = true,
    MinBet = 1000,
    MaxBet = 10000,
    BetType = 2, -- 1: Choose the lower stake for both (P1 choose 1k, P2 choose 2k, stake will be 1k for both), 2: both can set their own stakes
    WinMultiplier = 2, -- winner gets 2x the stake
    SpawnDistance = 30.0,
    UIFontID = 0, -- fontId (used in menus)
    UIFontName = nil, -- name of the font (used in scaleforms and notifications)
    NotifySystem = 1, -- 1: native notify, 2: okokNotify, 3: esx_notify, 4: qb_notify, 5: ox_notify
    -- Enable rcore_stats? (https://store.rcore.cz/package/6273968)
    Rcore_Stats = GetResourceState(rcore_stats) ~= missing
}

Objects = {{
    pos = vector3(-1635.939453, -1052.837891, 12.148856),
    heading = 318.0
}, {
    pos = vector3(-1634.047485, -1054.425537, 12.148856),
    heading = 318.0
}}

Translation = {
    MATCH_SETTINGS = Match Settings,
    SLOW = Slow,
    MEDIUM = Medium,
    FAST = Fast,
    PUCK_SPEED = Puck Speed,
    PUCK_SPEED_DESC = The maximum speed of the puck.,
    MAX_SCORE = Max Score,
    MAX_SCORE_DESC = The match will end after someone reaches this amount of goals.,
    START = Start,
    START_DESC = Press this to save the rules & start the match.,
    LATENCY_HIGH = Looks like your latency (%s) is too high. Your gameplay won't be that great.,
    LATENCY_NORMAL = Your latency is %s,
    END_WINNER = winner.,
    END_LOSER = loser.,
    END_STATS_SAVES = %s saves,
    END_STATS_SHOTS = %s shots on goal,
    END_STATS_GOALS = %s goals,
    END_STATS_PLAYER = %s m player travel,
    END_STATS_PUCK = %s m puck travel,
    END_STATS_TITLE = Air Hockey,
    TIMERBAR_PENALTY = PENALTY,
    WAITING_FOR_OP = Waiting for opponent.,
    TABLE_USED = This Air Hockey table is being used by someone else.,
    NOT_CLOSE_ENOGUH = Seems like you're not close enough. Walk away and try again,
    NOT_ENOUGH_PLAYERS = To start Air Hockey, ask one more player to come closer to the table.,
    WAITING_FOR_OP_TO_JOIN = Waiting for your opponent to join the match.,
    PRESS_TO_PLAY = Press ~INPUT_CONTEXT~ to play Air Hockey.,
    MATCH_CANCELLED = Match Cancelled,
    MATCH_CANCELLED_DESC = One of you have disconnected, or cancelled the match,
    STARTING = Waiting for players...,
    WAITING_FOR_HOST = %s is changing the rules,
    PRESS_TO_CONFIRM_BET = Press Enter to confirm the bet %s on your win,
    READY = Ready,
    READY_DESC = Press Enter if you're ready to play.,
    WAITING_FOR_OP_READY = Please wait until your opponent confirm they're ready.,
    BETTINGS_CAPT = Bettings,
    BETTINGS_INFOPANEL = STAKE: %s,
    BETTING_ACC = Account,
    BETTING_STAKE = Stake,
    BETTINGS_USE_ACC_DESC = Use '%s' account to pay for the stake. Max: %s,
    -- Update 1.1.0
    PADDLE_SKIN = Paddle Skin,
    PADDLE_SKIN_DESC = Choose the skin of your paddle.,
    PUCK_SKIN = Puck Skin,
    PUCK_SKIN_DESC = Choose the skin of the puck.,
    COLOR_BLUE = Blue,
    COLOR_GREEN = Green,
    COLOR_RED = Red,
    COLOR_ORANGE = Orange,
    COLOR_GRAY = Gray,
    COLOR_PURPLE = Purple,
    COLOR_PINK = Pink,
    COLOR_BLACK = Black,
    
    Get = function(key)
        return Translation[key] or Missing Translation:  .. key
    end
}

Related FiveM Minigames

  • Truth or Dare (0Resmon)
  • Card Game Script
  • Russian Roulette Script
  • Storm Chasing

Installation notes

Requires a FiveM server, esx or qbcore or qbox or standalone or vrp, access to server resources, and permission to restart the resource after configuration.
Installation notes
Requires a FiveM server, esx or qbcore or qbox or standalone or vrp, access to server resources, and permission to restart the resource after configuration.

Buy this when it saves setup time

Use this checklist to decide quickly whether the resource fits your current server build, framework, and support expectations.

Server-owner payoff

rcore Airhockey is positioned to reduce FiveM Minigames instead of making you rebuild the same system from scratch.

Compatibility

Works with esx, qbcore, qbox, standalone, vrp. Check the requirements block before adding it to a live stack.

Purchase confidence

Instant download, Stripe checkout, support access, and refund policy context are shown before payment.

Decision assets

Requirements, Preview video, Product Q&A

Product fit, setup, and proof at a glance

Use the published facts on this page to confirm whether rcore Airhockey matches your server before checkout.

Compatibility

Frameworks
ESX, QBCore, QBOX, Standalone, vRP
Category
FiveM Minigames

Setup & requirements

Install flow
Download → resources folder → ensure in server.cfg
Requirements
Published on this page
File size
476.13 KB

Proof & buyer questions

Reviews
No reviews yet
Answered Q&A
Ask before buying

Only the facts published on this page should be treated as confirmed. If you need more detail, review the description, requirements, changelog, reviews, and product Q&A before checkout.

Compatibility:

rcore Airhockey

$15.49

Secure Checkout

Cards, Apple Pay, Google Pay, iDEAL/Wero, Bancontact, EPS, Przelewy24, and optional Crypto where available via Stripe.

Instant file access after paymentSupport and refund policy shown before checkout
Ask support before buyingRead refund policy
Instant Access
SSL Encrypted
Cards, wallets, bank redirects
Frameworksesx, qbcore, qbox, standalone, vrp
Setup

Requires a FiveM server, esx or qbcore or qbox or standalone or vrp, access to server resources, and permission to restart the resource after configuration.

RequirementsPublished on this page
PreviewAvailable
DescriptionRequirementsPreview video

Key Features

  • Multi-Framework Support

    Compatible with Standalone, ESX, and QBCore frameworks with configurable framework selection

  • Adjustable Gameplay Settings

    Configure puck speed (Slow, Medium, Fast), maximum score per match, and penalty time for puck positioning

  • In-Game Betting System

    Enable bets with configurable minimum (1000) and maximum (10000) stakes, two betting modes, and 2x win multiplier for winners

  • Real-Time Match Statistics

    Track and display player saves, shots on goal, goals scored, player travel distance, and puck travel distance

  • Customizable Paddle and Puck Skins

    Choose from multiple color options including Blue, Green, Red, Orange, Gray, Purple, Pink, and Black for paddles and pucks

Frequently Asked Questions

FiveM Minigames
ESX
QBCore
QBOX
Standalone
vRP
Review process

Related Products

$4.49
$26.99
$5.49

Related Tutorials & Guides

Learn more about setting up, configuring, and using this type of resource.

ESX vs QBCore vs QBOX: Technical Framework Comparison 2026

ESX vs QBCore vs QBOX: Technical Framework Comparison 2026

Choosing a framework is the single most consequential decision when building a FiveM server. It determines which scripts you can use, how your developers write code, the…

FiveM Frameworks Explained: Complete Guide to ESX, QBCore & QBOX

FiveM Frameworks Explained: Complete Guide to ESX, QBCore & QBOX

FiveM frameworks form the backbone of roleplay servers. They're not just code libraries—they're complete systems that manage player identity, jobs, inventory, permissions,…

QBox Framework Guide: Migrate from QBCore and Boost Performance (2026)

QBox Framework Guide: Migrate from QBCore and Boost Performance (2026)

QBox has firmly established itself as the natural successor to QBCore in the FiveM roleplay ecosystem.

Continue Building Your FiveM Server

Use this product as part of a larger setup. Explore related categories, alternative frameworks, premium bundles, and free companion downloads.

Explore Clubs & EntertainmentExplore Racing ScriptsBrowse all scriptsFiveM Minigames scriptsesx scriptsTry QBCore insteadTry QBox insteadFree FiveM modsCompare bundles
0R Casino (FiveM Casino System)

0R Casino (FiveM Casino System)

$18.99
FiveM Surfing script

FiveM Surfing script

Diamond Casino Pro

Diamond Casino Pro

PMC Battle Royal

PMC Battle Royal