This is what I am doing:
First, I am setting the alpha value to 0
1
parse('hudtxtalphafade '..id..' 0 0 0)
0 - duration (because it should be alpha 0 instantly)
0 - alpha value
After that, I want the hudtxt alpha to be 1 in 1000ms
1
parse('hudtxtalphafade '..id..' 0 1000 1)
Well, it does not work for me... The hudtext alpha appears to be 1 right from the beginning