Quote:
Originally Posted by devilicioux
Still Stuck on 2nd .. Any Suggestions ?
|
Haven't seen anyone do that through emessage.
You got the concept then use it with this
PHP Code:
msg_saytext(id, text[]) {
message_begin(MSG_ONE, g_msgid_saytext, _, id)
write_byte(id)
write_string(text)
message_end()
}