Ive Seen in some Hide N Seek Server the flash in the 15 seconds it flashes diffrent colors I was wondering can someone help me out with that code.
PHP Code:
stock doFlash(id, amt) {
message_begin(MSG_ONE,gmsgScreenFade,{0,0,0},id)
write_short( 1<<amt ) // fade lasts this long duration
write_short( 1<<amt ) // fade lasts this long hold time
write_short( 1<<12 ) // fade type (in / out)
write_byte( 0 ) // fade red
write_byte( 0 ) // fade green
write_byte( 0 ) // fade blue
write_byte( 255 ) // fade alpha
message_end()