Advance LuxAdmin
#6

Quote:
Originally Posted by Andi_Evandy
Посмотреть сообщение
change this:
pawn Код:
format(str, sizeof(str), "Player Statistics\n\t%s (ID: %d)", PlayerName2(player1), player1);
to this:
pawn Код:
format(str, sizeof(str), "Player Statistics\n\t%s (ID: %d)\n", PlayerName2(player1), player1); //Just forget the "\n" XD
and for the ping:

change this:
pawn Код:
format(str, sizeof(str), "%s\tPing: $%d\n", str, GetPlayerPing(player1));
to this:
pawn Код:
format(str, sizeof(str), "%s\tPing: %d\n", str, GetPlayerPing(player1)); //Just delete the "$" XD
Already did thanks! About the ratio. Is is possible to use decimal like this 0.0% ??
Reply


Messages In This Thread
Advance LuxAdmin - by kbalor - 15.07.2012, 06:17
Re: Advance LuxAdmin - by Andi_Evandy - 15.07.2012, 06:54
Re: Advance LuxAdmin - by kbalor - 15.07.2012, 07:14
Re: Advance LuxAdmin - by Andi_Evandy - 15.07.2012, 07:16
Re: Advance LuxAdmin - by kbalor - 15.07.2012, 07:25
Re: Advance LuxAdmin - by kbalor - 15.07.2012, 07:27
Re: Advance LuxAdmin - by clarencecuzz - 15.07.2012, 08:15

Forum Jump:


Users browsing this thread: 3 Guest(s)