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