• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

[Trigger] i need a trigger to make a white screen on the screen for 5sec

Status
Not open for further replies.
Level 16
Joined
Jul 21, 2008
Messages
1,121
Here you go, try this (be advised that I didn't test it for desyncs)

  • Actions
    • -------- Include this into your flashbang trigger --------
    • -------- You have to know which player is the target --------
    • -------- I am using dangerous script below so be careful with it --------
    • Set Player = (Triggering player)
    • -------- I made player variable here to make life easier for the GUI users --------
    • Custom script: if GetLocalPlayer()==udg_Player then
    • -------- Inside this custom script better do not put ANY additional code --------
    • -------- You can allways modify cinematic filter, though --------
    • Cinematic - Fade out and back in over 5.00 seconds using texture White Mask and color (100.00%, 100.00%, 100.00%) with 0.00% transparency
    • Custom script: endif
 
Status
Not open for further replies.
Top