stats command
#1

Can someone help me to make stats form sendclientmessage to dialogstylemsgbox

heres the stats command i have now

Код:
#if defined USE_STATS
CMD:stats(playerid,params[]) {
	new string[128], pDeaths, player1, h, m, s;
	if(isnull(params)) player1 = playerid;
	else player1 = strval(params);

	if(IsPlayerConnected(player1)) {
	    TotalGameTime(player1, h, m, s);
 		if(PlayerInfo[player1][Deaths] == 0) pDeaths = 1; else pDeaths = PlayerInfo[player1][Deaths];
 		format(string, sizeof(string), "| %s's Stats:  Level: %d | Kills: %d | Deaths: %d | Ratio: %0.2f | Money: $%d | Bank: $%d | Time: %d hrs %d mins %d secs |",PlayerName2(player1), PlayerInfo[player1][Level],PlayerInfo[player1][Kills], PlayerInfo[player1][Deaths], Float:PlayerInfo[player1][Kills]/Float:pDeaths,GetPlayerMoney(player1),PlayerInfo[player1][bank], h, m, s);
		return SendClientMessage(playerid, green, string);
	} else return SendClientMessage(playerid, red, "Player Not Connected!");
}
#endif
Reply


Messages In This Thread
stats command - by RuNBoY - 30.06.2015, 18:53
Re: stats command - by RuNBoY - 30.06.2015, 19:09
Re: stats command - by Suicidal.Banana - 30.06.2015, 19:24
Re: stats command - by RuNBoY - 30.06.2015, 19:29
Re: stats command - by RuNBoY - 30.06.2015, 19:39
Re : stats command - by Terrorizt - 30.06.2015, 19:41
Re: stats command - by Suicidal.Banana - 30.06.2015, 19:46
Re: stats command - by RuNBoY - 30.06.2015, 19:57
Re : stats command - by Terrorizt - 30.06.2015, 20:05
Re: stats command - by Suicidal.Banana - 30.06.2015, 20:08

Forum Jump:


Users browsing this thread: 2 Guest(s)