Jump to content

CleyzChan

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by CleyzChan

  1. On 14.08.2018 at 18:04, JeViCo said:

    Вам невероятно поможет эта страница: https://wiki.multitheftauto.com/wiki/Main_Page

    Если возникают какие-либо вопросы, советую задавать их на англоязычном разделе форума по скриптингу. Чем легче задача, тем быстрее вам ответят (даже через 2-3 минуты)

    О, Коля. Ты в курсе что если бан не перманентый, то я всё вижу, могу качать и прочее.

  2. 16 hours ago, LoveFist said:

    А в чем сложности?

    Начать можно с этой темы

    Просто тяжело перейти. По ошибке начинаю на Python или JS писать. И просто не могу запоминать это. JS и Python мне обучали в академии. Вот и было легче понять. Сейчас уже учителя нашёл. По LUA. 

  3. 2 hours ago, IIYAMA said:

    @CleyzChan

    How about you write the things in JavaScript, then I will explain you how to write those in Lua?

     

     

    Thank you. I already found a techer. Sorry to disturb. Sorry for my English)

  4. 23 minutes ago, Skream said:

    you probably don't know any of those languages if you just couldn't follow something simple as what IIYAMA said. About LUA, there's a tutorial session here https://forum.multitheftauto.com/forum/123-tutorials/

    I read all turtorials which IIYAMA send. I cant understand this :Oing lua. It's hard for me. I tried to create scripts, but they didn't work. There weren't any problems in debug.

    23 minutes ago, Skream said:

    you probably don't know any of those languages if you just couldn't follow something simple as what IIYAMA said. About LUA, there's a tutorial session here https://forum.multitheftauto.com/forum/123-tutorials/

    And I know JS, Python. I know the bases of lua. But I can't create any script for my project. If you will send a material which I read, please, don't reply this post.

  5. 1 hour ago, IIYAMA said:

    If you know JavaScript, then lua is just a little kid.

     

    Start running some basic code at a demo for example:

    https://www.lua.org/demo.html

     

     

    JavaScript

    The syntax is different, but the rules are almost the same.

     

    The most confusing part in lua compared to JS might be the fact that:

    • `let` variables which are written down with the `local` key word.
    • Variables without declaration are available in every script (within the same resource). (also known as globals)
    • `const` and `var` variable types do not exist in lua.
    • There are document code blocks. (which in Javascript you need iffy's to do this.)
    • Arrays and objects do not exist in lua. But tables can be used as an array, object and both at the same time.
    • Tables used as arrays start at the index 1 instead of 0.
    I read a lot of stuff. But I can't understand it. How to do anything. Can you help me? 
  6. Здравствуйте уважаемые пользователи данного форума! 

    Требуется помощь при изучении языка LUA. Сам изучал до этого/изучаю JavaScript и Python. Писать ко мне в Личные сообщения в ВК: vk.com/cosmolyon

    Заранее спасибо. В долгу не останусь) 

  7. Hello dear users of this forum!

    I'm a beginner in Lua and I don't how to start learning. I know some other languages. As JavaScript, Python, Pawno and etc. Can you help me with it? Which plugin create me for start? Thank you in advance and sorry for my English.

     

  8. Hello dear users of this forum!

    The project "American History" need the lua programmers.

    The form of wage:

    We will pay from donations. And somtimes will give bonuses.

    Information about the project:

    The project will be multi-language. English, Russian and Azerbaijani.

    It will help for our profit.

    We make a map of America.

    On the project will be history of player. It will add atmosphere to the server.

    All actions on the server will unfold in the 90s. As in the original GTA San Andreas.

     

    You can get broad information in: vk.com/cosmolyon & in the messenger of this site.

     

    Good bye! 

  9. Hello dear users of this forum!

    The project "American History" need the lua programmers.

    The form of wage:

    We will pay from donations. And somtimes will give bonuses.

    Information about the project:

    The project will be multi-language. English, Russian and Azerbaijani.

    It will help for our profit.

    We make a map of America.

    On the project will be history of player. It will add atmosphere to the server.

    All actions on the server will unfold in the 90s. As in the original GTA San Andreas.

     

    You can get broad information in: vk.com/cosmolyon & in the messenger of this site.

     

    Good bye! 

×
×
  • Create New...