Change Default Number

In Quasar Smartphone PRO we can change the phone number easily by editing the basic configuration of the asset.


Prefix and digit configuration

In case the number does not change, you can search for the values inside server/custom/inventory/*.lua and put the same prefix and digits there.

In config.lua we will find two configurations for this function, the configuration is called Config.Prefix and Config.Digits, in the first we will add the prefix and in the second the number of digits behind the prefix number.

Config.Prefix = '376' -- Phone number prefix
Config.NumberDigits = 9 -- Number of digits after the prefix

Last updated