Code:
message_begin(MSG_ONE, get_user_msgid("ScreenFade"), {0,0,0}, victimer)
write_short( 1<<2 )
write_short( 1<<2 )
write_short( 1<<2 )
write_byte( 200 ) // Red
write_byte( 0 ) // Green
write_byte( 0 ) // Blue
write_byte( 100 ) // Alpha
message_end()
what exactly does the 3 write shorts do, and instead of a number why is it 1<<2 ?