ScoreBoard Gang [Paid Resource]

Hello And Merry Christmas everyone :christmas_tree:

ABOUT

This script helps to increase the activity level of Gangs and is a competition between Gangs .

For example, you can set a Score to give a Gang member when Rob Shop Or Rob Bank.

And the ranking is related to the score. The highest score is in the highest rank.

VIDEO

TEBEX

Images

UI Image

Script Resmon

Client Side
resmon
Server Side
serveresmon

Log Webhook

Tutorials

Example Trigger Event To Give Score For a Gang

only server-side for security

Local Gang = GetPlayerGang()

Local Score = 2

TriggerEvent('gangscore.givescorehandler', Gang , Score )

This is an example code

Functions

Command
* Admin command *
/setscoregang [gangname] [score]

For Set Score To a Gang
/removescoregang [gangname] [score]

Remove Score From a Gang
/addscoregang [gangname] [score]

Add Score To a Gang
/addgang [gangname] 

Add a Gang To Score Board
/deletegang [gangname] 

Delete a Gang From Score Board
Config.Lua
Config = {}


Config.Mysql = 'mysql-async' --- 
Config.OpenUiKey = 314     ------ Numpad +

Config.ScoreWhenKilledAnyOne = true --- Give Score When Gang Player Killed Any One Player
Config.ScoreWhenKilledAnyOneLOG = true  --- Send Log To Discord 
Config.HowMuchWhenKilledGangGiveScore = 10 -----------  How Much ?? 


Config.WebHookKilledAnyOne = 'HERE'

Config.WebHook = 'HERE'


Config.perms = { --You can choose multiple permission group to have access to Use CMD Admin. 
  	['lvl5'] = true,
    ['lvl4'] = true,
    ['lvl3'] = true,
    ['lvl2'] = false,
    ['lvl1'] = false,
}

Requirements

  • ESX

  • mysql-async OR ghmattisql OR oxmysql

Other

Clean UI
Support 24/7
OPEN SOURCE

Check out my other scripts here:

:rainbow: Wanted System

:rainbow: Crypto Miner

:rainbow: Tired And Sleep

:rainbow: Level System

2 Likes

Hi, it use the extended jobs?

4 Likes

No, it just takes the name of Job or gang

For example, if you use Job 2

local Gang = xPlayer.job2.name
TriggerEvent('gangscore.givescorehandler', Gang , 123 )

or if you use another script for Gang, for example from this system

local gang = exports['gang']:getGangName()
Send to Server Side And Use :
TriggerEvent('gangscore.givescorehandler', gang , 2)

That is, it works with all Gang or Job systems

2 Likes

Nice Release

3 Likes

Thank You

3 Likes

Merry Christmas


<3


2 Likes

Nice Release

2 Likes

nice release

1 Like

Amazing Bro

OP request