#Looking for assistance Setting up QS-Smarthphone-pro
1 messages · Page 1 of 1 (latest)
qs-housing does work
their recent updates did some wild changes with stuffing houses into json files so i've held off on updating
my only modification to their code was to hide the drawtext unless you owned the house or were inside
I need assistance setting up the standalone.lua for things like GetPlayerData I think. My bank app for exampe is returning unknown for my player name
you have it set to standalone?
yes.
just set it to qb and it goes???
most functions, not all though, Ill try that and see if it gets close then work from there?
local qbHas = GetResourceState('qb-core') == 'started'
Config.Framework = esxHas and 'esx' or qbHas and 'qb' or 'none' -- You can change to 'qb' or 'esx'
Config.MenuType = 'ox_lib'
Config.Inventory = 'ox_inventory'
Config.Wardrobe = 'illenium-appearance'
Config.Garage = 'qb-garages' -- or some option above
Config.Logout = 'drop'
Config.Weather = 'qb-weathersync'
Config.HelpNotification = 'DrawText3D'```
top half of my qs-housing config
oh qs-smartphone... reading is fundamental lol
still should be able to just set qb and it goes vroom
thats why we spent the time to make the compatability bridge
since you mentioned qs-housing, I used it in a friends server I helped him with, now Im doing my own server and I'm using qbox instead. I liked qs-housing would you not recommend it considering the recent updates? Ive seen some alternatives Ive been considering.
as i've said on the other channel all housing scripts come with their own faults and issues.
i currently use it just i got burned on the one update
since i dunno where they have a changelog at =/
what doesn't work on qs-smartphone though?
starting server again now with it set to qb, Ill compose a detailed list and return. thanks for you guys time.
no worries we'll be here
well... I mustve just had something wrong before switching to standalone (swear I tried "qb" first) but now that Im back on qb everything seems fine. Ill lyk if I find out otherwise.