Preview: https://streamable.com/4camzi
All data is pulled from houselocations and player_houses table. You still need to create the houses with qb-houses.
Houses are sorted by distance to player (nearest first)
Sample pictures are provided according to the house-tier (some tier pictures are currently replaced by a placeholder)
Installing:
customAppRun.js -> [smartphone]\qs-smartphone\html\apps
hustlerimmo.html -> [smartphone]\qs-smartphone\html\apps
hustlerimmo.lua -> [smartphone]\qs-smartphone\client\apps
hustlerimmo.lua -> [smartphone]\qs-smartphone\server\apps
custom folder -> [smartphone]\qs-smartphone\html\img
immoscout.png -> [smartphone]\qs-smartphone\html\img\apps
Additions to fxmanifest.lua:
'html/img/custom/.svg',
'html/img/custom/.png',
'html/img/custom/shells/*.png',
Don't forget to add the app to your config.lua - e.g.:
["hustlerimmo"] = {
custom = true,
app = "hustlerimmo",
color = "img/apps/immoscout24.png",
tooltipText = "ImmoScout24",
tooltipPos = "top",
job = false,
blockedjobs = {},
slot = 44,
creator = "anda.",
Alerts = 0,
password = false,
isGame = false,
description = "buy and manage real-estate",
score = "5", -- Options: 0, 0.25, 0.5, 0.75, 1, 1.25, 1.50, 1.75, 2, 2.25, 2.50, 2.75, 3, 3.25, 3.50, 3.75, 4, 4.25, 4.50, 4.75, 5
rating = " 332 Ratings",
age = "18+",
extraDescription = {
{
header = "Immoscout24",
head = "Immoscout24!",
image = "https://i.imgur.com/ENBVOUI.png",--You may want to change this
footer = "buy and manage real-estate.",
textcolor = 'black'
}
}
},
To have a working homebar you need to add the apps name in [smartphone]\qs-smartphone\config\config_javascript.js:
"hustlerimmo": {
"top": "#000000",
"bottom": "#000000"
},

