Client Exports
Is PickPocketed
-- return: table - returns active pool with vehicles that can be broken into
-- ped: number - target ped that you want to check if the value is true
local pedState = exports["bablo-pettycrimes"]:isPickpocketed(ped)
Set PickPocketed
-- return: table - returns active pool with vehicles that can be broken into
-- state: bool - true or false
exports["bablo-pettycrimes"]:setPickpocketed(ped, state)