isLeader
Last updated
Last updated
Description
Checks if the player is the leader of their gang.
Parameters
None
Return Value
Returns true
if the player is a gang boss.
Example Use Case
if ps.isLeader() then
print("Player is the gang leader.")
end