Anyone having problems with the ScreenFade message and The Specialists 3.0?
I pulled out some old code I know for a fact worked on 2.1 but it no longer
works in the 3.0 environment.
Code:
message_begin(MSG_ONE, g_Msg_ScreenFade, { 0, 0, 0 }, players[i]);
write_short(1<<15);
write_short(1<<12);
write_short(1<<12);
write_byte(255);
write_byte(255);
write_byte(255);
write_byte(255);
message_end();
So unless something changed I have no idea, anyone else got any ideas?
Thanks!
__________________