Jump to content
  • 0

/stats...


xxSPEEDYxx

Question

format( str, sizeof( str ), "{E60000}%s{00FF00}'s Stats:\n\n\
							     {E60000}* {00FF00}Kills: {33CCFF}%d\n\
							     {E60000}* {00FF00}Deaths: {33CCFF}%d\n\
							     {E60000}* {00FF00}Ratio: {33CCFF}%0.2f\n\
							     {E60000}* {00FF00}Moneys: {33CCFF}%d{00FF00} $\n\
							     {E60000}* {00FF00}Score: {33CCFF}%d\n", PlayerName( Player ), PlayerInfo[ Player ][ Kills ], PlayerInfo[ Player ][ Deaths ], Float:PlayerInfo[ Player ][ Kills ]/Float:pDeaths, GetPlayerMoney( Player ), GetPlayerScore( Player ) );
	format( str2, sizeof( str2 ), "%s{E60000}* {00FF00}Online Time: {33CCFF}%d {00FF00}Hrs | {33CCFF}%d {00FF00}Min | {33CCFF}%d {00FF00}Sec\n\
								     {E60000}* {00FF00}Coins: {33CCFF}%d\n\
							   	     {E60000}* {00FF00}Race Score: {33CCFF}%d\n\
								     {E60000}* {00FF00}DeathMatch Score: {33CCFF}%d\n\
							   	     {E60000}* {00FF00}Level: {33CCFF}%d\n", str, h, m, s, PlayerInfo[ Player ][ Coins ], PlayerInfo[ Player ][ DeathMatch ], PlayerInfo[ Player ][ RaceScore ], PlayerInfo[ Player ][ Level ] );
	format( str3, sizeof( str3 ), "%s{E60000}* {00FF00}V.I.P: {33CCFF}%s {00FF00}- Level: {33CCFF}%d\n\
									 {E60000}* {00FF00}R.VIP: {33CCFF}%s\n\
							   	     {E60000}* {00FF00}Logged: {33CCFF}%s\n\
		 						     {E60000}* {00FF00}Warnings: {33CCFF}%d\n", str2, P1Vip, PlayerInfo[ Player ][ pVip ], P1Rvip, P1Logged, PlayerInfo[ Player ][ Warnings ] );
    format( str4, sizeof( str4 ), "%s{E60000}* {00FF00}Rank: {E60000}%s {00FF00}(Rank: {33CCFF}%d{00FF00})\n\
								     {E60000}* {00FF00}Respect: {33CCFF}-%d{00FF00}/{33CCFF}+%d\n\
									 {E60000}* {00FF00}SAdmin: {33CCFF}%s\n\
							 		 {E60000}* {00FF00}Drugs: {33CCFF}%d", str3, rank, rankid, PlayerInfo[ Player ][ NegRespect ], PlayerInfo[ Player ][ PosRespect ], P1SAdmin, PlayerInfo[ playerid ][ Drugs ] );
	ShowPlayerDialog( playerid, SStats, DIALOG_STYLE_MSGBOX, "Stats:", str4, "Cancel", "" );

Asa arata /stats ... dar pe host cand dau in joc stats totul arata bine pana la Orele, Minutele si secundele... arata 3577 si fara sa se schimbe 8-| care ar putea fii cauza acestei probleme ?  :undecided:

Fara reclama in semnatura!

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.