Players on single line
#9

Alright, so all you have to do is to remove the last comma:
pawn Код:
if(out > 0) {
  new len = strlen(str);
  tmp[len - 2] = EOS;
}
if(out > 1) strcat(tmp, " were kicked by AdmBot for being AFK without sleep for more than 30 minutes.");
if(out == 1) strcat(tmp, " was kicked by AdmBot for being AFK without sleep for more than 30 minutes.");
if(out > 0) {
  SendClientMessageToAll(COLOR_LIGHTRED, tmp);
}
Reply


Messages In This Thread
Players on single line - by RedGun2015 - 11.08.2017, 20:57
Re: Players on single line - by HoussamMaroc - 11.08.2017, 22:17
Re: Players on single line - by Misiur - 11.08.2017, 22:32
Re: Players on single line - by RedGun2015 - 11.08.2017, 23:33
Re: Players on single line - by Misiur - 12.08.2017, 00:13
Re: Players on single line - by Jefff - 12.08.2017, 00:33
Re: Players on single line - by RedGun2015 - 12.08.2017, 09:26
Re: Players on single line - by Kane - 12.08.2017, 09:30
Re: Players on single line - by Misiur - 12.08.2017, 09:38
Re: Players on single line - by RedGun2015 - 12.08.2017, 12:02

Forum Jump:


Users browsing this thread: 2 Guest(s)