Hey, i need help with this!
I read the message_const and all that, but i still dont quite understand.
What im trying to do is make the screen go black, and fade back to normal, then turn at an angle and go back to normal...
This is my code so far...
Code:
message_begin(MSG_ONE, SVC_INTERMISSION, SVC_ADDANGLE, id)
write_short(1<<14)
write_short(1<<14)
write_short(1<<0)
write_byte(1)
write_byte(1)
write_byte(1)
write_byte(255)
message_end()