GetBoloByLinkedId
Get wether the player has any bolo linked to them or not from their state id.
local result = exports.drx_mdt:GetBoloByLinkedId(linked_id)Paramters:
linked_id(string): The linked ID (drx_players.stateid) to search for.
Returns:
result(boolean): Returnstrueif the player has any bolo linked to them, otherwisefalse.
Last updated
Was this helpful?