Main/resources/[housing]/qs-housing/server/custom/phone/gksphone.lua
2025-06-09 23:54:46 +02:00

7 lines
143 B
Lua

if Config.Phone ~= 'gksphone' then
return
end
function GetPlayerPhone(source)
return exports['gksphone']:GetPhoneBySource(source)
end