Main/resources/[housing]/qs-housing/server/custom/phone/gksphone.lua

8 lines
143 B
Lua
Raw Normal View History

2025-06-09 23:54:46 +02:00
if Config.Phone ~= 'gksphone' then
return
end
function GetPlayerPhone(source)
return exports['gksphone']:GetPhoneBySource(source)
end