Boss Menu for TheLostMC

,

So in server.lua it appears that i have BossActions, and the coords everything fine, but when i get to the blip, the same doesnt appear…Can someone help me?

Go to /esx_thelostmc/client/main.lua
Change all the check job grade from Boss to boss

PlayerData.job.grade_name == ‘Boss’
to
PlayerData.job.grade_name == ‘boss’

Do not change anything to do with BossActions or BossMenu.
Then open up your database and go to job_grades and change the name from Boss to boss.

That should work. It worked for me if not notify me and I can help you out

1 Like

Ok i will try

do i change this?
local model = GetHashKey(“G_M_M_ArmBoss_01”)

And you know how to create a chest? Like “put_object” “get_object”

do not change that like I said only change things relating to job grades

thanks man?

can you tell me if you can create a resource to chests?

ok that didnt work