1
0
Fork 0
forked from Simnation/Main
This commit is contained in:
Nordi98 2025-08-04 12:04:04 +02:00
parent 191773881e
commit 67eb6e5300

View file

@ -14,7 +14,7 @@ Config.SimCardDLC = true -- Enable if using RoadPhone SimCard DLC
-- Phone Settings -- Phone Settings
Config.PhoneCommand = "TogglePhone" Config.PhoneCommand = "TogglePhone"
Config.NeedItem = true -- Requires an item to open the phone Config.NeedItem = false -- Requires an item to open the phone
Config.RegisterKeyMapping = true -- If false, the phone can only be closed using ESC Config.RegisterKeyMapping = true -- If false, the phone can only be closed using ESC
Config.OpenKey = 'f1' -- Works if RegisterKeyMapping is true Config.OpenKey = 'f1' -- Works if RegisterKeyMapping is true
Config.OpenKeyNumber = 288 -- Works if RegisterKeyMapping is false Config.OpenKeyNumber = 288 -- Works if RegisterKeyMapping is false