10.05.2009, 10:56
Thanks, i added it like this
But I doesn't show the Message =/
Anyone could explain it ?
Код:
for(new i = 0;i < MAX_PLAYERS; i++) { if(IsPlayerConnected(i)) { if(BWins[killerid] > BWins[i]) { new killer[MAX_PLAYER_NAME]; GetPlayerName(killerid, killer,sizeof(killer)); format(string,sizeof(string),"%s is dominating with %d Wins!",killer,BWins[killerid]); SendClientMessageToAll(COLOR_YELLOW,string); } } }
Anyone could explain it ?