NEED HELP, map blip that only mechanics are able to see

Hello, i have been stuck with this blip thing for like 2 days straight. As simple as it sounds - i cant figure out how to do it. I basically wanna make a blip that only ‘mechanic’ can see. If i change my job, then it has to be so that im unable to see that blip.
https://pastebin.com/znnNZ5Ch
starts from line 998.

This really easy to do. You can use if PlayerData.job ~= nil and PlayerData.job.name == 'mechanic' then For require job = mechanic to show blips

1 Like

Thank you. It actually worked before too, but it required relog for it to function. Everytime you restart the resource, it requires relog again.