Client Events
sn_properties:client:onEnter
RegisterNetEvent('sn_properties:client:onEnter', function(property_id)
local property = exports.sn_properties:getProperty(property_id)
--run code here
end)sn_properties:client:onExit
RegisterNetEvent('sn_properties:client:onExit', function(property_id)
end)sn_properties:client:insideProperty
sn_properties:client:exitProperty
sn_properties:client:onZoneEnter
sn_properties:client:onZoneExit
sn_properties:client:enterMotorhome
sn_properties:client:exitMotorhome
Last updated