Need some help..
#1

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!
Reply
#2

pawn Код:
new player;
for(new i; i < MAX_PLAYERS; i++)
{
  if(Kills[i] > Kills[playerid]) player = i;
}
//Rest o' code
Reply
#3

Tyvm

The message you have entered is too short. Please lengthen your message to at least 8 characters.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)