Hi Guys
I using ProChat plugin
https://forums.alliedmods.net/showthread.php?p=752407
and i need one help to add Code
i want to add *ALIVE* for players who are not Dead
EX: if im dead, and someone is Alive is talking in chat, i should see : *ALIVE* bakir : hi guys
then, if im Alive and i talking in chat, i should see only my name > EX: bakir : hi Guys, noticed ? it's without ALIVE Tag
i hope you understand what i means
and i think we need to edit this small code
PHP Code:
else if( equal(iMessage, "#Cstrike_Chat_All") )
{
iLen = copy(iMessage, iMsgLen, "%s1 : ");
#if !defined NO_ADMIN_VIEW
iHandleReturn[1] = 0;
iHandleReturn[2] = 1;
#endif
}
May we need to add if (user_is_alive(id) ???
anyhelp ?