Theme editor

QBCORE [QB/ ESX] Brutal Bowling (without mlo)

nopixeliloveyou

Well-known member
Joined
Aug 7, 2025
Messages
164
Reaction score
34
Points
28
Credits
1,594
Thread owner


config lua:
Config = {
Core = 'ESX', -- 'ESX' / 'QBCORE' | Other core setting on the 'core' folder.
TextUI = 'ox_lib', -- 'ox_lib' / 'okokTextUI' / 'ESXTextUI' / 'QBDrawText' // Custom can be add in the cl_utils.lua!!!
BrutalNotify = true, -- Buy here: (4€+VAT) https://store.brutalscripts.com | Or set up your own notify >> cl_utils.lua
SteamName = true, -- true = Steam name | false = character name

Marker = {use = true, marker = 20, bobUpAndDown = false, rotate = false, size = {0.3, 0.2, 0.2}, rgb = {15, 100, 210}},
DisableControls = {22}, -- These controls will blocked during the boxing match. (Except: Key Bindings)
EnableSounds = true, --Enable additional sounds while players play bowling

Blips = {
{label = 'Glory Bowls', coords = vector3(-1668.3221, -1064.3582, 13.1500), color = 26, sprite = 103, size = 0.8},
{label = 'BAGZ Bowls', coords = vector3(-144.3393, -251.9991, 44.0516), color = 26, sprite = 103, size = 0.8},
-- more can be added

 
[script:brutal_bowlin] SCRIPT ERROR: @brutal_bowling/server/server.lua:47: attempt to call a nil value (global 'SetBlipColour')
[script:brutal_bowlin] > fn (@brutal_bowling/server/server.lua:47)

Not working the old buggy leaked one.....

Refund
 
Thread owner
[script:brutal_bowlin] SCRIPT ERROR: @brutal_bowling/server/server.lua:47: attempt to call a nil value (global 'SetBlipColour')
[script:brutal_bowlin] > fn (@brutal_bowling/server/server.lua:47)

Not working the old buggy leaked one.....

Refund
-=Stripped Content=-
I will find a solution in 2 seconds
 
Thread owner
[script:brutal_bowlin] SCRIPT ERROR: @brutal_bowling/server/server.lua:47: attempt to call a nil value (global 'SetBlipColour')
[script:brutal_bowlin] > fn (@brutal_bowling/server/server.lua:47)

Not working the old buggy leaked one.....

Refund
-=Stripped Content=-
There's actually a blip problem that should normally be on the client side... and I'd also like to check that the dependencies {
'/server:5181', -- ⚠️PLEASE READ⚠️; Requires at least SERVER build 5181
'/gameBuild:2189', -- ⚠️PLEASE READ⚠️; Requires at least GAME build 2189.

I'll do it later; I'm going to work.
 
There's actually a blip problem that should normally be on the client side... and I'd also like to check that the dependencies {
'/server:5181', -- ⚠️PLEASE READ⚠️; Requires at least SERVER build 5181
'/gameBuild:2189', -- ⚠️PLEASE READ⚠️; Requires at least GAME build 2189.

I'll do it later; I'm going to work.
yeah I acctully did it but the other thing is not just the blip the game itself not recognize ui ill check later
 
Back
Top Bottom