isBoss
Description
Checks if the player is a boss in their current job.
Parameters
None
Return Value
Returns
true
if the player is a boss.
Example Use Case
if ps.isBoss() then
TriggerEvent("qb-bossmenu:client:openMenu")
end
Last updated
Description
Checks if the player is a boss in their current job.
Parameters
None
Return Value
Returns true
if the player is a boss.
Example Use Case
if ps.isBoss() then
TriggerEvent("qb-bossmenu:client:openMenu")
end
Last updated