function main()
if not isSampfuncsLoaded() or not isSampLoaded() then return end
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand("fbiz", function()
sampSendChat("/findibiz")
end)
sampRegisterChatCommand("fh", function()
sampSendChat("/findihouse")
end)
while true do
if isKeyJustPressed(0x50) and not (sampIsChatInputActive() or isSampfuncsConsoleActive()) then
sampSendChat("/phone")
end
wait(0)
end