bob74_ipl
bob74_ipl copied to clipboard
Finance & Felony: Organization
First of all
Did you try disabling bob74_ipl
to see if the issue is still there? /No
Did you use the latest version of bob74_ipl
? Yes
Did you use an up to date server artifact ? Yes/
Describe the bug Organization names visable in all offices
using the following:
Citizen.CreateThread(function() FinanceOrganization = exports['bob74_ipl']:GetFinanceOrganizationObject()
-- Setting the name parameters
FinanceOrganization.Name.Set("Seems legit Ltd", FinanceOrganization.Name.Style.normal, FinanceOrganization.Name.Colors.black, FinanceOrganization.Name.Fonts.font6)
-- Enabling the name to be able to see it
FinanceOrganization.Office.Enable(true)
end)
changing FinanceOrganization to FinanceOrganization1 did work since office1 is arcadius building.
source https://github.com/Bob74/bob74_ipl/wiki/Finance-&-Felony:-Organization
Cheers
This is not a bug, this is flawed code from your side :)
You need to do a check what office a person is in and what not.
where and how