I suggest you to learn how to use registered cmds
public a(
id){
UTIL_ScreenFade(
id,{255,0,0},5.0,2.0,0,FFADE_IN,false,false)
}
Also, i suggest to set alpha more than 0, and the 3 last params are not needed if you let the default values.
__________________