Give keys to player ID
Export
exports["vehicles_keys"]:giveVehicleKeysToPlayerId(playerId, plate, type)Parameters
Name
Data Type
Description
Example
RegisterNetEvent("vehicle_shop:playerBoughtVehicle", function(playerId, plate)
exports["vehicles_keys"]:giveVehicleKeysToPlayerId(playerId, plate, "owned")
end)Last updated