isBoss
Description
Checks if the player is a boss in their current job.
Parameters
None
Return Value
Returns
trueif the player is a boss.
Example Use Case
if ps.isBoss() then
TriggerEvent("qb-bossmenu:client:openMenu")
endLast 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")
endLast updated