I'm using
PHP Code:
engfunc(EngFunc_LightStyle, 0, "b")
And I want to make the view brighter in this message:
PHP Code:
message_begin(MSG_ONE, 98, {0, 0, 0}, id)
write_short(1<<0)
write_short(1<<0)
write_short(1<<2)
write_byte(128) // Red
write_byte(0) // Green
write_byte(32) // Blue
write_byte(120)
message_end()
Is it possible? Or I'll have to do it by some other way? If so, how?
BTW I took this message from
Predator Mode.
__________________