Jump to content

onix331

Member
  • Content Count

    3
  • Joined

  • Last visited

  • Medals

  • Medals

Everything posted by onix331

  1. Hello, i want to end a script (for example script.sqf) with a trigger (deactivation field). Does anybody know how? onix331 ---------- Post added at 21:32 ---------- Previous post was at 20:44 ---------- Also done //closed
  2. Hello, ich have written a very little script private ["_pointsb"]; _pointsb = 0; while {_pointsb < 2000} do { _pointsb = _pointsb + 1; sleep 5; hintsilent ["%1", _pointsb]; }; But hint doesnt appear in the mission. I made a trigger that triggers the object.sqf file. This works fine. Sqint says Details 100 E No matching signature for '<Unused> hintsilent <Array>' I think hintsilent... isnt correct onix331
×