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

  1. atomlin)

    Вопросы по Lua скриптингу

    function main() while not isSampAvailable() do wait(0) end sampRegisterChatCommand('command', cmd) while true do wait(0) end end function cmd() lua_thread.create(function() sampSendChat('1') wait(100) sampAddChatMessage('2', -1) wait(100)...
  2. atomlin)

    Вопросы по Lua скриптингу