Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then error(script_name..' needs SA:MP and SAMPFUNCS!') end
while not isSampAvailable() do wait(100) end
while sampGetCurrentServerName() == 'SA-MP' do wait(0) end
while not sampIsLocalPlayerSpawned() do wait(0) end
sampProcessChatInput("/update")
----------------------------------------------------------------
wait(-1)
end
xz = true
function main()
while true do wait(0)
if sampIsLocalPlayerSpawned() and xz and not sampIsChatInputActive() and not sampIsDialogActive() and not isPauseMenuActive() and not isSampfuncsConsoleActive() then then sampSendChat('/time') xz = false end
end
end
xz = true
function main()
while true do wait(0)
if sampIsLocalPlayerSpawned() and xz and not sampIsChatInputActive() and not sampIsDialogActive() and not isPauseMenuActive() and not isSampfuncsConsoleActive() then then sampSendChat('/time') xz = false end
end
end
если бы команда серв тогда ладно, а так хз, может это поможет
Lua:
require "lib.moonloader"
require 'lib.vkeys'
local sms = sampAddChatMessage
function main()
sampRegisterChatCommand('xyi',function() sms('xyi',-1) end)
sampSetChatInputEnabled(true)
sampSetChatIntupText('/xyi')
setGameKeyState(15,255)
while true do wait(0)
end
end
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then error(script_name..' needs SA:MP and SAMPFUNCS!') end
while not isSampAvailable() do wait(100) end
while sampGetCurrentServerName() == 'SA-MP' do wait(0) end
while not sampIsLocalPlayerSpawned() do wait(0) end
sampProcessChatInput("/update")
----------------------------------------------------------------
wait(-1)
end