Scripts/resources/[ps]/ps-housing/client/migrate.lua

7 lines
296 B
Lua
Raw Normal View History

2024-12-29 20:28:24 +00:00
lib.callback.register('ps-housing:client:getclientdata', function(data)
return {
street = GetStreetNameFromHashKey(GetStreetNameAtCoord(data.coords.x, data.coords.y, data.coords.z)),
region = GetLabelText(GetNameOfZone(data.coords.x, data.coords.y, data.coords.z))
}
end)