[ESX/QB/OX/STANDALONE] LB Phone - Advanced & performance friendly phone

awesome! so i’m able to add custom companies to the services app, right ?

Yes, you can add custom companies.

1 Like

thats great!! tysm!!

Will this still work with MySQL? I would assume (or hope) so since MariaDB is so similar?

Also does it support multiple characters with standalone mode? Like player’s live swapping characters with their own phones

Edit: having trouble setting this phone up in standalone mode for anyone wondering

MariaDB is backward compatible with MySQL, so you can just convert to MariaDB.

Yes, it supports multi-character scripts. You just need to implement it. We recommend editing the GetIdentifier function. Since you have a custom framework, you should have a dev that knows what to do. To handle changing characters mid-game, you can take a look at the client side qb.lua file to see how we handle this.

RegisterNetEvent("QBCore:Client:OnPlayerUnload", LogOut)
RegisterNetEvent("QBCore:Client:OnPlayerLoaded", FetchPhone)
1 Like

Whether you can add Chinese

Anyone else have issues with new text message conversations not appearing in the conversation list of the messages app?

The toast notifications appear and everything but when you go to reply the new conversation does not appear so you cannot click on it to reply

We don’t speak Chinese so we can’t add it, however, you can add it here: GitHub - lbphone/lb-phone-locales: Offical locale files for https://lbphone.com.

This is a known bug that happens due to the cache system. We are working on a fix, should come out this weekend.

2 Likes

Modify the tables in your db a column is missing and he never puts in an upgrade sql

Sounds good, looking forward to that getting fixed so we can use this!

valet options aren’t working with cd_garage and unique phones not working with qs inventory esx

I’ve tried the discord for help so trying here :slight_smile:

Any idea when the tinder save button will be fixed?

You are not able to edit your Tinder profile once created at the moment

Works perfectly fine.

Not for me though, I am using Maria DB and imported everything and most of everything else works fine

And I am not the only one who has reported this, here is another person saying this from the discord: Discord

For more info, I don’t even see any errors in server or client console when clicking save; but nothing happens

Can you send a video / screenshot of it? The person who had the issue that you sent a link to did not set any images, not sure how you intend to use tinder without photos.

Would this work with ND_Core?

“Can you send a video / screenshot of it? The person who had the issue that you sent a link to did not set any images, not sure how you intend to use tinder without photos.”

I tried it with images set, one and two, both seemed not to work

But I realized just now (the next day and a server restart later) that it did indeed update which is good news

So the real issue is it does not immediately update for whatever reason. Once I exit out of the app all my changes appear to be lost

It’s not made specifically for ND_Core, however you can use standalone and add the ND_Core functions yourself.

1 Like

[ script:oxmysql] SCRIPT ERROR in promise (unhandled rejection): Error: lb-phone was unable to execute a query!
[ script:oxmysql] Table ‘esxlegacy_38dfa8.phone_tiktok_notifications’ doesn’t exist
[ script:oxmysql] DELETE FROM phone_tiktok_notifications WHERE timestamp < DATE_SUB(NOW(), INTERVAL 7 DAY) []
[ script:oxmysql] > (@oxmysql/dist/build.js:21833)
[ script:oxmysql] > processTicksAndRejections (node:internal/process/task_queues:96)
[ script:oxmysql]

ive beeen trying to fix this error since the update that added tiktok and its BLOWING ME lol!! Ive checked my database i checked nearly all the files that delt with apps i checked the config i even checked the fxmanifest and i came up with nothing. Please tell me what am i missing id greatly appreciate it.

You need to run the SQL file when updating. As the error says, the table doesn’t exist, which means you haven’t run the SQL file.

1 Like