01.09.2010, 16:09
I am trying to make a deathmatch, which is working fine but how do i make that it will say on end of time
%s has the most kills!
%s has the most kills!
new player;
for(new i; i < MAX_PLAYERS; i++)
{
if(Kills[i] > Kills[playerid]) player = i;
}
//Rest o' code