Get wether the player has any warrant linked to them or not from their state id.
local result = exports.drx_mdt:GetWantedByLinkedId(linked_id)
Paramters:
linked_id (string): The linked ID (drx_players.stateid) to search for.
linked_id
string
drx_players.stateid
Returns:
result (boolean): Returns true if the player has any warrant linked to them, otherwise false.
result
boolean
true
false
Last updated 8 months ago