View Single Post
Bugsy
AMX Mod X Moderator
Join Date: Feb 2005
Location: NJ, USA
Old 01-10-2017 , 22:01   Re: One-Shot Multikill Detection
Reply With Quote #43

Quote:
Originally Posted by EFFx View Post
I've removed the index.
I didn't seen formatex() there.
Is it that hard to search your code? Replace every instance of it.
Code:
        case LOG:         {             for(new i;i < sizeof replaceIcons;i++)             {                 replace_all(szMsg,charsmax(szMsg),replaceIcons[i],"")             }                         log_amx(szMsg)         }         default:         {             new Players[32],iPlayersNum = 1,PlayerID             get_players(Players,iPlayersNum,"ch")            
            format(szMsg,charsmax(szMsg),"%s %s",Prefix,szMsg)
            get_players(Players,iPlayersNum,"ch")
__________________

Last edited by Bugsy; 01-10-2017 at 22:02.
Bugsy is offline