Exports
Client
hasKey(plate, forceOwner)
local state = exports.zrx_carlock:hasKey(vehicle, false)
if state then
print('yes')
else
print('no')
endgiveKey(plate)
removeKey(plate)
openKeyMenu()
Server
hasKey(player, plate, forceOwner)
giveKey(player, plate)
removeKey(player, plate)
updatePlate(oldPlate, newPlate)
Last updated