Get if player is owner of vehicle plate
Export
exports["jobs_creator"]:isPlayerOwnerOfVehiclePlate(playerId, plate)Parameters
Name
Data Type
Description
Return value
Name
Data Type
Description
Example
local playerId = 1
local plate = "40PQB261"
local isTheVehicleOwner = exports["jobs_creator"]:isPlayerOwnerOfVehiclePlate(playerId, plate)
print("Is the player owner of that plate: " .. tostring(isTheVehicleOwner))Last updated