Jump to content
Sign in to follow this  
onix331

Why does this script doesnt work (Domination)

Recommended Posts

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 by onix331

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×