#Looking for assistance Setting up QS-Smarthphone-pro

1 messages · Page 1 of 1 (latest)

tiny eagle
#

We cant assist if we have no idea what we're assisting with

#

Gotta provide more detail. Dont ask to ask. Just ask

latent kraken
#

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

north mural
#

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

latent kraken
#

you have it set to standalone?

north mural
#

yes.

latent kraken
#

just set it to qb and it goes???

north mural
#

most functions, not all though, Ill try that and see if it gets close then work from there?

latent kraken
#
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

north mural
#

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.

latent kraken
#

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?

north mural
latent kraken
#

no worries we'll be here

north mural
#

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.