Configuration ( Lua part )

Here, all the options

GPS

These are all the positions shown in the GPS App.

To add positions, just copy an info-block, add + 1 to the number between [] and put your information.

Icon list :

Painting

All the materials the player can put on his phone painting. I don't recommand to change it if you don't know a lot about Materials

Format

Format of the phone number You need to have atleast 3 times %s in your config, else you will get issues %s represent a random number from 0 to 9

MySQL ( in sv_config.lua)

If it's something else than false, APhone will save his infos with MySQL. You don't need to change it if you don't know about MySQL. For setup, remove "aphone.MySQL = false", uncomment aphone.MySQL bloc and complete it

Webhook

Used for Friends App so you will see your messages into your discord server Get your link with this guide : https://support.discord.com/hc/en-us/articles/228383668-Intro-to-Webhooks

OthersHearRadio

Can people around a player can hear his radio ?

Language

Self explaining, check the folder aphone/languages to see availables languages

You can create your own applications, this is limited of course. We can call them clickable elements that open a link. Usable for your shop, rules, forum, discord, etc...

Check the default config to get examples.

You can use these flags : https://akulla-pro.gitbook.io/aphone/how-you-make-your-own-apps/app-metas

backgrounds_imgur

The imgur ids of the pictures the player can put on his phone background If you put your own pictures, consider downscaling them around 500x1067. Else you can't upload on imgur, and if you can, your players would take more time to download pictures.

RadioList

The radio list player can use. I don't recommend changing it if you are not comfortable with radio stream urls

SpecialCalls

All the special numbers for calling a group of people

SpecialCallsCooldown

How much time he will wait before doing a "group call" again

Ringtones

Name = Name of the ringtone

Url = Url of the sound for the ringtone, mp3

bank_onlytransfer

Can he only make transfers with the Bank App?

Last updated