View Single Post
BomBaSK
Junior Member
Join Date: Mar 2011
Old 02-13-2013 , 16:27   Re: [INC] Colors (1.0.5)
Reply With Quote #318

Quote:
Originally Posted by minimoney1 View Post
CPrintToChatEx takes two int parameters first. The second one is the author, meaning:
CPrintToChatEx(client, client, "My Text");
would work
Im overwriting one plugin.
And when im using.
PHP Code:
  if(mostDamage 0) {
    
CPrintToChatAllEx("{gold}Hrac {teamcolor}%s {gold}sposobil najvacsie poskodenie, {fullred}%d {gold}dmg v {fullred}%d {gold}hitoch!"g_PlayerName[mostDamagePlayer], mostDamagemostHits);
  }
  if(
mostKills 0) {
    
CPrintToChatAllEx("{gold}Najviac killov: {teamcolor}%s {gold}z {fullred}%d {gold}zabiti" ,g_PlayerName[mostKillsPlayer], mostKills);
  }

Same problem with compiling. (now using morecolors to compile).
BomBaSK is offline