Exports
Instructions de liaison d'une boutique Tebex.
Client Exports
HasKey
exports.skKeyV2:HasKey(modelName, netId)
-- Example
local vehicle = IsPedInAnyVehicle(PlayerPedId(), false)
local modelName = GetLabelText(GetDisplayNameFromVehicleModel(vehicle))
local netId = NetworkGetNetworkIdFromEntity(vehicle)
exports.skKeyV2:HasKey(modelName, netId)
Used to check if the person has the keys to the vehicle.
Mis à jour