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

7 lines
149 B
Lua

if Config.Phone ~= 'lb-phone' then
return
end
function GetPlayerPhone(source)
return exports['lb-phone']:GetEquippedPhoneNumber(source)
end