Hi! i'm here again u.u. I'm trying to painting their consoles like HNS or Warning System. I look the Warning System code and a found this:
PHP Code:
new gmsgFade
public plugin_init() gmsgFade= get_user_msgid("ScreenFade")
...
public myF() {
....
message_begin(MSG_ONE, gmsgFade, {0,0,0}, id)
write_short(1<<5) // fade lasts this long duration
write_short(1<<5) // fade lasts this long hold time
write_short(0<<1) // fade type OUT
write_byte(255) // fade red
write_byte(0) // fade green
write_byte(0) // fade blue
write_byte(150) // fade alpha
message_end()
}
I'm tried in my server but didn't works.. anyone can help me? :E
Thanks in advance
EDIT: I can solve this, you can close the th