Недавнее содержимое от undergroundstyle

  1. U

    Как сделать повторение действий

    require 'lib.moonloader' function main() repeat wait(0) until isSampAvailable() sampRegisterChatCommand('tcbot', cmd_tp) wait(-1) end function cmd_tp() lua_thread.create(function() setCharCoordinates(1, 1250.9916,-1266.1912,13.3882) wait(500)...
  2. U

    Баг в 3д линии

    Благодарю.
  3. U

    Баг в 3д линии

    Есть код: house = false function main() repeat wait(0) until isSampAvailable() sampRegisterChatCommand('test', function() house = not house end) while true do wait(0) if house then local fx, fy, fz = 2337.567, -1688.436, 13.127 if...