yeh the last is alpha n if u want it to be completely black then u use this:
Code:
public nvg1(id) {
new all[32], all_num
get_players(all,all_num,"a")
for (new i=0;i<all_num;i++) {
new gMsgScreenFade = get_user_msgid("ScreenFade")
message_begin(MSG_ONE,gMsgScreenFade,{0,0,0},all[i])
write_short( 1<<14 )
write_short( 1<<14 )
write_short( 1<<12 )
write_byte( 0 )
write_byte( 0 )
write_byte( 0 )
write_byte( 255 )
message_end()
}
}
__________________