Kod: Tümünü seç
public fw_Killed(victim)
{
message_begin(MSG_ONE_UNRELIABLE, g_MsgScreenFade, _, victim)
write_short(12288) // Duration
write_short(12288) // Hold time
write_short(FFADE_OUT) // Fade type
write_byte (255) // Red
write_byte (0)) // Green
write_byte (155) // Blue
write_byte (0) // Alpha
message_end()
}