This site has been archived and made available for preservation purposes. No edits can be made.

Page 3 of 3 FirstFirst 123
Results 21 to 26 of 26

Thread: LUA script language

  1. #21
    Member Silentfood's Avatar
    Join Date
    Jun 2012
    Location
    somewhere in the back of a data centre
    Posts
    57
    Lua is really nice, I really enjoy it's integration into applications. It's nice, lightweight at times and is really smooth and friendly when you mess up with the code.

  2. #22
    I don't like LUA but an the some time i used LUA and PAWN, and I think in used that PAWN you clearly know what you do.
    From Russia with love.

  3. #23
    Member Silentfood's Avatar
    Join Date
    Jun 2012
    Location
    somewhere in the back of a data centre
    Posts
    57
    Quote Originally Posted by Koncord View Post
    I don't like LUA but an the some time i used LUA and PAWN, and I think in used that PAWN you clearly know what you do.
    Lua integrates a lot of libraries and functionality for real-time applications. You can even run code real-time using loadstring() and introduces people who lack skills in advanced programming to explore their ideas and creativity.

    I started with Lua as a language and it taught me how to express major creativity with applications, it'd be neat to use it.

  4. #24
    Member Silentfood's Avatar
    Join Date
    Jun 2012
    Location
    somewhere in the back of a data centre
    Posts
    57
    I'm still in favor of this x)

  5. #25
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    Quote Originally Posted by Foxtacles View Post
    One (not me) could write a LUA plugin wrapper for vaultmp which itself allows to load LUA scripts. I won't add native LUA support.
    Well, this can be done. A C++ script which includes LUA, exposes all functions and forwards the callbacks, and loads the scripts from the .ini file

  6. #26

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •