How to Get The Highest Kills Of The Player On the Server
#3

Thanks, i added it like this
Код:
		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);
    }
    }
	 }
But I doesn't show the Message =/

Anyone could explain it ?
Reply


Messages In This Thread
How to Get The Highest Kills Of The Player On the Server - by Bearfist - 10.05.2009, 10:34
Re: How to Get The Highest Kills Of The Player On the Server - by Think - 10.05.2009, 10:43
Re: How to Get The Highest Kills Of The Player On the Server - by Bearfist - 10.05.2009, 10:56

Forum Jump:


Users browsing this thread: 1 Guest(s)