Files
red-valley/resources/[framework]/[addons]/qs-vehiclekeys/client/custom/smartphone/qs-smartphone.lua
2026-03-29 21:41:17 +03:00

23 lines
279 B
Lua

if Config.Smartphone ~= 'qs-smartphone' then
return
end
function GetBattery()
return exports["qs-smartphone"]:getBattery()
end
function SetBattery(battery)
end
function ToggleCharging(bool)
end
function IsPhoneDead()
end
function IsCharging()
end