π¨βπ»Developers
This contains important exports to intergrate our job into your system if needed. By default all should work without.
Exports
Server Exports
-- 'weapon' is a String and uppercase
-- 'amount' is an Interger
local amount = exports['mfp_policejob']:getWeaponStock(weapon)-- 'plate' is a String
-- 'amount' is an Interger
local amount = exports['mfp_policejob']:GetCarMileage(plate)-- 'canmove' true to make moveable, false to freeze
-- 'target' is the target
exports['mfp_policejob']:Handcuff(target, canmove)-- 'plate' is a String
-- vehinfo.registered (bool): true/false
-- vehinfo.first_registration (String): date as a string
-- vehinfo.owner (String): First & Lastname
local vehinfo = exports['mfp_policejob']:getVehicleInfos(plate)Client Exports
Customize Weapons at Armory
Last updated