Quote:
Originally Posted by risontek22
hi, how can i do that FADE_IN and FADE_OUT too ?
i am using this. But this si only Fade_IN and i need fade out too pls help me
PHP Code:
UTIL_ScreenFade(players[i],{0,0,0},1.0,10.0,150,FFADE_IN,false,false)
|
this works fine for me
Code:
UTIL_ScreenFade(iKiller, {0,255,0}, 0.2, 0.05, 125, FFADE_IN);
__________________