forked from Simnation/Main
Update client.lua
This commit is contained in:
parent
4af2413440
commit
4ea0392f6a
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
Loading…
Add table
Add a link
Reference in a new issue