ScoreBoard Gang [Paid Resource]

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