Jump to content

Server2000

Members
  • Posts

    4
  • Joined

  • Last visited

Server2000's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi all, i'm back with a stupid question: I would like to use my script file for every aircraft I open inside X-Plane, like SMP. Is there a way to place the script file in a folder for the entire X-Plane and not for single aircraft? Thank you in advance for any help!
  2. This is a great and easy-to-do idea! Thanks!
  3. Thank you a lot for your answer! I have read your useful answer, but I still have a question: how to display a simple text on a button click (for example) (so not in the standard function)? I think that this is the basic :-) Thanks again!
  4. Hi all, I'm a new developer that is trying to learn Gizmo and Lua, but I already have a lot of questions. 1) When i would output some logging infos i use the command logging.debug( message ) but the debug message goes in the "debug" window and not in the X-Plane Log.txt file, is there a way to log in the main log.txt file? 2) When I use the command gfx.drawString( string, OPT_x,OPT_y ) inside the function: function OnDraw_Windows() it runs correctly, but when I use it inside another function it display nothing, how to use it? 3) I saw that there is an AES crypt/decrypt function in the API, can i use it to Crypt my script files? (like init.lua.aes, ecc...)? I'm sorry for these basic questions, but i come from PHP development so for me is a little difficult. Thanks in advance for any help!
×
×
  • Create New...