Jump to content

t_d

Member
  • Content Count

    447
  • Joined

  • Last visited

  • Medals

Everything posted by t_d

  1. ok. the _x contains the pos like this [x,y,z]. In the script you have _obj = _this select 0 what means _obj = _x select 0 what means _obj = [x,y,z] select 0 and that is x. So you just have to replace _obj = _this selct 0 with _obj = _this
  2. If you not use dialogs already I think it is not possible what you want. But to get it clear tell us in what situation you should be able to press a key and what should happen.
  3. This is only possible with dialog eventhandlers like onKeyDown. Otherwise it is not possible or it would be really tricky respectively.
  4. t_d

    BulletCamII

    Change <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">PosBullcam = preprocessFile "PosBullCam.sqf" in init.sqs to<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">PosBullcam = compile preprocessFile "PosBullCam.sqf"
  5. Since ArmA strings can be send over the net with publicVariable. setDir is global.
  6. foreach needs code so you cant use ""foreach but instead use {}foreach
  7. t_d

    Tiberian Genesis Mod

    New name, new account, new year and... yeah ....a new video like promised about the GDI Build Menu. You can get it here in our new forums. If you have any questions or suggestions you can leave a post there The whole mod staff wishes everybody a happy new year!!
×