1
0
Fork 0
forked from Simnation/Main

Update client.lua

This commit is contained in:
Miho931 2025-06-30 19:57:16 +02:00
parent 4af2413440
commit 4ea0392f6a

View file

@ -146,3 +146,7 @@ function OpenKeyMenu(veh)
lib.showContext('OpenKeyMenu')
end
RegisterCommand("checkvoice", function()
local mode = exports["pma-voice"]:getProximityState()
print(json.encode(mode))
end)