bob74_ipl icon indicating copy to clipboard operation
bob74_ipl copied to clipboard

Finance & Felony: Organization

Open wichertp opened this issue 2 years ago • 2 comments

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

wichertp avatar Aug 13 '22 14:08 wichertp

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.

benzon avatar Sep 14 '22 11:09 benzon

where and how

sadoj-kuro avatar Apr 25 '24 05:04 sadoj-kuro