Re: [INC]Screen Fader -- Supports color-to-color fades! -
Joe Staff - 04.04.2013
Quote:
Originally Posted by cachaflo
How do you control the speed of the fade?
|
With 'steps', the fewer steps there are, the quicker it fades.
Re: [INC]Screen Fader -- Supports color-to-color fades! -
aLTeR - 05.09.2013
Doesn't working in my gamemode (No errors, just not doing anything...)
-------------------EDIT--------------------------------------
Nevermind, i rewrote your include, without useless functions (FadeInit, FadeExit...), now it works.
Re: [INC]Screen Fader -- Supports color-to-color fades! -
Crayder - 02.04.2014
Love it still, repping since I haven't before!
But I don't understand why each player doesn't have his or her OWN TEXTDRAW. This script would be bugged as hell when two or more players use a fade at once (EX: Two players are killed by one bomb!).
I edited to make a TD for each player, using FadePlayerConnect...
And I think you should hook callbacks, instead of needing your functions in each needed callback...
Re: [INC]Screen Fader -- Supports color-to-color fades! -
Joe Staff - 07.04.2014
Quote:
Originally Posted by Crayder
Love it still, repping since I haven't before!
But I don't understand why each player doesn't have his or her OWN TEXTDRAW. This script would be bugged as hell when two or more players use a fade at once (EX: Two players are killed by one bomb!).
I edited to make a TD for each player, using FadePlayerConnect...
And I think you should hook callbacks, instead of needing your functions in each needed callback...
|
It doesn't bug due to their only being one textdraw, TextDrawSetColor only updates once TextDrawShowForPlayer is used.
I didn't use hooking because at the time this was made (years ago) hooking was still new and I'd rather not use nonstandard methods.
Re: [INC]Screen Fader -- Supports color-to-color fades! -
Pottus - 07.04.2014
Even at the time you made this it was a clever method no need for playertextdraws and indeed is still the best way to do it even by today's standards.
@Edit I hope you don't mind Joe I did a turbo update with callback hooking before Game Of Thrones is on
let me know if there is a problem with it.
http://pastebin.com/S6LCiEqH
Re: [INC]Screen Fader -- Supports color-to-color fades! -
EddieJackson - 08.06.2014
last time i using this, it was
work...........but suddenly today the fade
doesn't work, ._. the fade
not appear and sometimes the fade just
stuck on the screen
Re: [INC]Screen Fader -- Supports color-to-color fades! -
saulienis - 04.08.2015
*delete*
Re: [INC]Screen Fader -- Supports color-to-color fades! -
Hotspot - 03.09.2015
nice
Re: [INC]Screen Fader -- Supports color-to-color fades! -
vannesenn - 03.09.2015
Video doesn't work, new link?
Re: [INC]Screen Fader -- Supports color-to-color fades! -
HeLiOn_PrImE - 03.09.2015
Can the fading speed be controlled?
Also please update thee video links. Thank you!
Re: [INC]Screen Fader -- Supports color-to-color fades! -
Crayder - 03.09.2015
Quote:
Originally Posted by HeLiOn_PrImE
Can the fading speed be controlled?
Also please update thee video links. Thank you!
|
Yes, you can define UPDATERATE or adjust the steps parameter.
Re: [INC]Screen Fader -- Supports color-to-color fades! -
Edonikiller - 16.10.2015
Links for download are dead, can someone send me another link please!
Thank you.
Re: [INC]Screen Fader -- Supports color-to-color fades! -
Min99 - 16.11.2018
Links is dead.
If someone have another links then please pm me, Thank you.
Re: [INC]Screen Fader -- Supports color-to-color fades! -
CantBeJohn - 16.11.2018
Quote:
Originally Posted by Min99
Links is dead.
If someone have another links then please pm me, Thank you.
|
Here's an up-to-date alternative:
https://sampforum.blast.hk/showthread.php?tid=659337
Re: [INC]Screen Fader -- Supports color-to-color fades! -
kingmk - 19.11.2018
Here it's the inc.
https://pastebin.com/fWwdPtdx
It's pretty messy...
Re: [INC]Screen Fader -- Supports color-to-color fades! -
Gammix - 20.11.2018
https://sampforum.blast.hk/showthread.php?tid=644785