10, 9, 8, are in Half-life.cgf (or something like that). You can open it with JHLMV.
Here's your message, though you need to edit it (I used SEARCH, and copy pasted it here):
Code:
message_begin(MSG_ONE, ,get_user_msgid("ScreenFade", { 0, 0, 0 }, player);
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();
Edit: Wow, it's in the docs too!
http://wiki.amxmodx.org/Half-Life_1_...nts#ScreenFade
Next time, I recommend searching.
__________________