- 2,415
- 1,206
- Версия MoonLoader
- .026-beta
Код:
require 'moonloader'
local active = false
function main()
repeat wait(0) until isSampAvailable()
sampRegisterChatCommand('finvite', function()
active = not active
sampAddChatMessage("{FF0000}Быстрый инвайт фаму : "..(active and "{FFFFFF}работает" or "{FFFFFF}теперь не работает"), -1)
lua_thread.create(function()
while active do
if valid and doesCharExist(ped) then
local result, id = sampGetPlayerIdByCharHandle(ped)
if result and wasKeyPressed(82) then
sampSendChat('/faminvite '..id..'')
end
end
end
end)
end)
Пишет ошибка, хз где) [ML] (system) Invite fam 2,0.lua: Script terminated. (139B87A4)