5 lines
No EOL
113 B
Lua
5 lines
No EOL
113 B
Lua
local meta = FindMetaTable 'Player'
|
|
|
|
function meta:IsUsingPhone()
|
|
return self:GetNetVar('UsingPhone', false)
|
|
end |