OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Trasher on 05 Aug 2004, 17:47:13
-
how could i get the players screen to fade to black ?? its a Mp mission so it must be just the players screen ! see here
removeallweapons player
player setcaptive true
~2
_player = _this select 0
player switchMove "FXstandsuruniv"
*Fade here*
~10
_player setPos (getPos prison)
player setDammage 0
player switchmove "Null"
*Fade to normal again*
-
TitleCut ["","BLACK OUT",2] <--- Seconds for the effect to black in, or out. :-)
You can use BLACK IN and BLACK OUT.
-
does it fade just for the player or all player???
-
I'm pretty sure it only happens for the player executing the script.
-
i hope so hehe in a firefight i gets dark for everyone "what the F**K!!!" ;D