-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change salary as a Boss/Owner of a job #235
Comments
Would be great |
Yeah this is something I'd love to do in the future when I have some time. The way we'd do it is adding a separate jobs table which lists all the job names and their salaries. Then the existing jobs config would just be the default salary if there is no value in the database. If someone can get to it before me though that would be great. |
might be something we could do with 2.0 and the great db refactor / new group system |
No need to wait for 2.0. This would be a separate new table. Also has nothing to do with a group system. |
Attempted to do this, but it was too difficult to maintain backwards compatibility. To do this properly, we'd need to likely remove the jobs.lua entirely and create a set of commands and a UI for modifying the jobs. And we'd need to break QBCore.Shared.Jobs. Will mark this as a v2.0 change |
The problem
You cannot change salary as boss/owner. From old days when old ESX we could do that but not with newer frameworks. I miss this feauture
Ideal solution
Give freedom to business owners (Boss) to change salary to their employees to create better business RP
Alternative solutions
Make it in DB salary system or make it possible to do salary in DB. (Changeable)
Additional context
No response
The text was updated successfully, but these errors were encountered: