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

  1. It appears you did away with the ability for SendMessage() to send to individual players but you left in the ability to do so only for HUD? If this was unintentional, change 'index' to '0' in ShowSyncHUDMsg() and remove 'index' from your function heading. You then need to remove the '0,' from each place you call SendMessage().

  2. You are still using format().. always use formatex().
__________________
Bugsy is offline