exports / triggers
Client Exports
Export
Result
exports.brutal_housing:hasKeyToHouse(propertyID)
Returs wether the player have key to the property or not.
Server Triggers
Export
Result
TriggerEvent('brutal_housing:server:hasKeyToHouse', playerId, propertyID, function(hasKey) print('haskey:', hasKey) end)
Returs wether the player hav
Last updated
Was this helpful?