• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[REQ-Trigger] Picture

Status
Not open for further replies.
Level 14
Joined
Jul 28, 2009
Messages
1,085
Hey guys,
i wanna know if its possible to spawn a screen-picture in-game for only one player and so it will not be visible for other players, lets say for red only example.

And if its possible, please make it for meh or show me how too.

Thanks :)
 
  • Actions
    • -------- Set up this stuff --------
    • Set temp_real = 0.00
    • Custom script: if GetLocalPlayer() == Player(0) then
    • Set temp_real = 100.00
    • Custom script: endif
    • -------- 'temp_real % transparency' --------
    • Cinematic - Apply a filter over 2.00 seconds using Normal blending on texture White Mask, starting with color (100.00%, 100.00%, 100.00%) and temp_real% transparency and ending with color (0.00%, 0.00%, 0.00%) and 0.00% transparency
 
Level 14
Joined
Jul 28, 2009
Messages
1,085
  • Actions
    • -------- Set up this stuff --------
    • Set temp_real = 0.00
    • Custom script: if GetLocalPlayer() == Player(0) then
    • Set temp_real = 100.00
    • Custom script: endif
    • -------- 'temp_real % transparency' --------
    • Cinematic - Apply a filter over 2.00 seconds using Normal blending on texture White Mask, starting with color (100.00%, 100.00%, 100.00%) and temp_real% transparency and ending with color (0.00%, 0.00%, 0.00%) and 0.00% transparency

Well Ghost you deserve a rep for that.
But, could you make it for me in a map or something?
Dont know anything about varibles.
Sorry
 
Status
Not open for further replies.
Top