Jump to content
Ninjaisfast

Generic error in bis_fnc

Recommended Posts

So the example for BIS_fnc_fadeEffect on the wiki works, but gives me a Generic eror in expression. Is this something I need to worry about? I'm running it from a trigger in the activation field. I get the same nature when I remoteExec it - it works but gives an error.
From the wiki:

[1, "WHITE", 5, 1] call BIS_fnc_fadeEffect;

Thanks in advance ❤️

Share this post


Link to post
Share on other sites

Yeah the example on the BIKI is wrong. The function has to be spawned:

[1, "WHITE", 5, 1] spawn BIS_fnc_fadeEffect;

I am going to correct it.

  • Like 4

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

×