Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
local vkeys = require 'vkeys'
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait (0) end
while true do
wait(0)
if isKeyJustPressed(vkeys.VK_P) then
sampSendChat("/phone")
end
end
end
local vkeys = require
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait (0) end
while true do
wait(0)
if isKeyJustPressed(vkeys.VK_P) then
sampSendChat("/phone")
end
end
end
local vkeys = require 'vkeys'
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait (0) end
while true do
wait(0)
if isKeyJustPressed(vkeys.VK_P) then
sampSendChat("/phone")
end
end
end