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

9 lines
222 B
Lua
Raw Normal View History

2025-06-09 23:54:46 +02:00
if Config.Phone ~= 'qs-smartphone-pro' then
return
end
function GetPlayerPhone(source)
local identifier = GetIdentifier(source)
return exports['qs-smartphone-pro']:GetPhoneNumberFromIdentifier(identifier)
end