Results 1 to 3 of 3

Thread: What's wrong with this flashbang script?

  1. #1

    Question What's wrong with this flashbang script?

    Can anyone please tell me what's wrong with this flashbang script:
    Code:
                                                       //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
    Editor is my life!

  2. #2
    Seems you're missing the most important part, that is to create the effect.

    ppEffectCreate
    Proud community admin/member of The Tour of Teamrespawn

  3. #3
    Lance Corporal KrisSerbia's Avatar
    Join Date
    Apr 7 2012
    Location
    Beograd, Serbia
    Posts
    45
    Author of the Thread

    Question

    Edit:Can you please put in script ppEffectCreate because I don't know how to use it.
    Thanks
    Last edited by KrisSerbia; Aug 22 2012 at 20:11. Reason: Don't know how to use

Similar Threads

  1. What's wrong with this script?
    By RazorX in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 0
    Last Post: Nov 23 2010, 19:24
  2. What's wrong with this script???
    By kyfohatl in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 6
    Last Post: Sep 26 2010, 07:33
  3. What is wrong with this script?
    By LEGION7698 in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 2
    Last Post: Apr 15 2010, 18:10
  4. please tell me thats wrong with this script?
    By CombatComm in forum ARMA 2 & OA : MISSIONS - Editing & Scripting
    Replies: 6
    Last Post: Nov 9 2009, 11:43
  5. What's wrong with this script?
    By FSPilot in forum OFP : MISSION EDITING & SCRIPTING
    Replies: 11
    Last Post: Jun 10 2003, 19:49

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •