Jump to content
Sign in to follow this  
KrisSerbia

What's wrong with this flashbang script?

Recommended Posts

Can anyone please tell me what's wrong with this flashbang script:

                                                   //brightness        //contrast        //blend colour        //colorize
       "colorCorrections" ppEffectAdjust     [1.0, 1.0, 1.0,     [1.0, 1.0, 1.0, 0.1],     [0.0, 0.0, 1.0, 1.0],    [0.0, 0.587, 0.0, 0.0]];
       "colorCorrections" ppEffectCommit 0.1;

   Sleep 0.2;                                    //brightness        //contrast        //blend colour        //colorize
   "colorCorrections" ppEffectAdjust     [1.0, 1.0, 0.0,     [1.0, 1.0, 1.0, 0.0],     [0.0, 0.0, 1.0, 1.0],    [0.0, 0.587, 0.0, 0.0]];
   "colorCorrections" ppEffectCommit 2;

Thanks:)

Share this post


Link to post
Share on other sites

Edit:Can you please put in script ppEffectCreate because I don't know how to use it.:confused:

Thanks:)

Edited by KrisSerbia
Don't know how to use

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  

×