6 lines
192 B
Lua
6 lines
192 B
Lua
|
Config = {}
|
||
|
|
||
|
Config.charLen = 8 -- Number of digits you want in the phone number
|
||
|
Config.randomnumber = true -- Set this to false if you want the players to be able to choose their own number
|
||
|
|