Well.... I've been looking this predator mode plugin. There is this code that changes screen color..
Code:
message_begin(MSG_ONE, 98, {0,0,0},id)
write_short(1<<0) // fade lasts this long duration
write_short(1<<0) // fade lasts this long hold time
write_short(1<<2) // fade type HOLD
write_byte(0) // fade red
write_byte(0) // fade green
write_byte(255) // fade blue
write_byte(120) // fade alpha
message_end()
This will hold the players screen like this forever right? But how can I change players view back to normal? (Actually I have not tested this, but I'm assuming that this "fade type HOLD" means that screen will stay like this until it is turned back to normal)
__________________