Hello And Merry Christmas everyone 
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
Script Resmon
Client Side
![]()
Server Side
![]()
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:


