Code:
message_begin(MSG_ALL, get_user_msgid("DeathMsg"), {0,0,0}, 0);
write_byte(attacker_id);
write_byte(victim_id);
write_byte(0);
write_string("weapon");
message_end();
how would I make it so it looks like they died by world? such as when you fall is displays your name then a little skull thing?
__________________