Home
Intel Depot
Editors Depot
Missions Depot
Addons Depot
Forum
Home
Help
Search
Login
Register
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
player fade to black
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: player fade to black (Read 539 times)
0 Members and 3 Guests are viewing this topic.
Trasher
Guest
player fade to black
«
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*
Logged
Nemesis6
Members
Re:player fade to black
«
Reply #1 on:
05 Aug 2004, 18:33:08 »
TitleCut ["","BLACK OUT",2] <--- Seconds for the effect to black in, or out. :-)
You can use BLACK IN and BLACK OUT.
Logged
I am actually flying into a star... this is incredible!
Trasher
Guest
Re:player fade to black
«
Reply #2 on:
05 Aug 2004, 18:34:51 »
does it fade just for the player or all player???
Logged
Nemesis6
Members
Re:player fade to black
«
Reply #3 on:
05 Aug 2004, 18:43:56 »
I'm pretty sure it only happens for the player executing the script.
Logged
I am actually flying into a star... this is incredible!
Trasher
Guest
Re:player fade to black
«
Reply #4 on:
05 Aug 2004, 19:20:35 »
i hope so hehe in a firefight i gets dark for everyone "what the F**K!!!" ;D
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
OFPEC Forum
»
Editors Depot - Mission Editing and Scripting
»
OFP - Editing/Scripting General
(Moderators:
h-
,
savedbygrace
,
Gruntage
) »
player fade to black
Top of page