config/phone.lua.
Choosing a phone
provider picks which phone resource the app installs into, or turns the app off. 'auto' uses the first supported phone that’s running, which is what most servers want.
config/phone.lua
Supported phones
lb-phone, qs-smartphone, gksphone, qb-phone, high-phone, roadphone, sixphone, kazer-phone, inferno-os, yflip-phone.Off / custom
Set
provider = false to disable the phone app entirely. To support another phone, drop an adapter into modules/phones/providers.lua.The saved-contact picker (pay a contact by name) is wired for lb-phone today. On other phones you still transfer by account number; everything else is identical.
The app
app controls how the Bank app looks and identifies itself on the phone.
App icon
By default the app builds a clean icon for you - a Font Awesome glyph centred on a solid tile, tinted by two colours, with no image file needed.What players can do from the phone
Physical-presence actions are off, because there’s no teller or ATM present. Each is enforced server-side and reflected in the UI.config/phone.lua
Contacts
Pull the player’s phone contacts into the send-money picker so they can pay a saved contact by name instead of typing an account number. Best-effort - it resolves a contact’s phone number to an online player’s account at send time.config/phone.lua