onix331 10 Posted August 28, 2013 (edited) 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 Edited August 28, 2013 by onix331 Share this post Link to post Share on other sites
Foxy 1 Posted August 28, 2013 hintsilent format ["%1", _pointsb]; Share this post Link to post Share on other sites
onix331 10 Posted August 28, 2013 Done can be closed Share this post Link to post Share on other sites