Thread: [Solved] How to edit color of this?
View Single Post
LiZou Mapper
Member
Join Date: Oct 2018
Location: The Red City !
Old 06-21-2022 , 20:43   Re: How to edit color of this?
Reply With Quote #7

I added this in Zombie Escape Mod, it works

Code:
PHP Code:
// Death Message
message_begin(MSG_ALL83)
write_byte(iAttacker// killer
write_byte(iVictim// victim
write_byte(1// headshot flag
write_string("teammate"// killer's weapon
message_end() 
__________________

-------------
My Maps !
Zombie Escape Mod !
-------------


Last edited by LiZou Mapper; 06-21-2022 at 20:44.
LiZou Mapper is offline