Boxing Activity Script
Bring a fresh, competitive, and immersive side activity to your roleplay server!
This boxing script allows players to face each other in intense 1v1 fights during their free time, creating exciting moments for both fighters and spectators.
Features
Multiple Boxing Areas (easy to expand)
Mapss in the file
Ring Distance Control (players are warned/returned if they leave the arena)
Red vs Blue Team
Finish Visual Effects for match endings
Profile Image Support
Optimized & RP-Friendly
Multi-language Ready
Configrations
Config = {}
-- Main Settings
Config.Framework = 'auto' -- esx, qb, auto
Config.Mysql = 'mysql-async' -- oxmysql, mysql-async, ghmattimysql
Config.Locale = 'en' -- "en", "es", "ru", "de", "fr", "pt", "pl", "hu", "gr", "nl", "ro", "tr", "ar", "zh", "he", "fa"
Config.drawtextorfloating = true -- true or false
-- Boxing Settings
Config.DefaultProfile = "./img/defaultprofile.png"
Config.RoundTime = 3 -- Max Round Time (Minute)
Config.DefaultRound = 4 -- 2 4 6 8 10
Config.BoxingDistance = 20 -- If the player moves how many meters away from the box arena, they should return to the playing field.
-- Boxing Areas
Config.BoxingAreas = {
[1] = {
label = "Boxing Area",
desc = "Burger Shot",
image = "./img/map1.png",
coords = vector3(-1191.3654, -899.3602, 19.9772),
red = vector4(-1194.6760, -895.7597, 20.1904, 308.3174),
blue = vector4(-1189.7650, -892.3163, 20.1904, 134.3205),
},
[2] = {
label = "Boxing Area",
desc = "Beach Aea",
image = "./img/map2.png",
coords = vector3(-1275.6810, -1534.9937, 4.3090),
red = vector4(-1277.9862, -1532.7659, 4.1541, 297.9135),
blue = vector4(-1271.5753, -1529.1057, 4.1541, 120.3089),
},
}
-- Boxing Blips
Config.Blips = {
Blip = true,
Name = "Boxing Area",
sprite = 491,
color = 4,
scale = 0.8,
}
-- # Boxing Finish effect
Config.FinishEffects = {
EffectUse = true,
name = 'proj_indep_firework_v2',
child = 'scr_firework_indep_repeat_burst_rwb'
}
SHOWCASE
| Code is accessible | 2 version avaible |
| Subscription-based | No |
| Lines (approximately) | 1200 |
| Requirements | esx or qb or qbox |
| Support | Yes |
ESCROW
https://debux.tebex.io/package/7195169
SOURCE
https://debux.tebex.io/package/7195168




