[Request] Can make dialog in stats?
#4

Quote:
Originally Posted by Pawno_Master
Посмотреть сообщение
Depends what stats you need?

I guess a dialog can read all of your codes and let you read them.
I'm not that experienced with dialogs though.
look

Код:
//-------------------------------[Stats]--------------------------------------------------------------------------
	if (strcmp(cmd, "/stats", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
			if (gPlayerLogged[playerid] != 0)
			{
				ShowStats(playerid,playerid);
				new y, m, d;
				new h,mi,s;
				getdate(y,m,d);
				gettime(h,mi,s);
				format(string,sizeof(string), "(%d/%d/%d)[%d:%d:%d] %s [CMD] -> /stats",d,m,y,h,mi,s,sendername);
				CommandLog(string);
			}
			else
			{
				SendClientMessage(playerid, COLOR_GRAD1, "   You are not Logged in!");
				return 1;
			}
		}
		return 1;
	}
I have Raven RP but i want to add /stats to be in dialog
Reply


Messages In This Thread
[Request] Can make dialog in stats? - by GBLTeam - 25.08.2010, 12:04
Re: [Request] Can make dialog in stats? - by Nonameman - 25.08.2010, 13:09
Re: [Request] Can make dialog in stats? - by Pawno_Master - 25.08.2010, 14:06
Re: [Request] Can make dialog in stats? - by GBLTeam - 25.08.2010, 14:44
Re: [Request] Can make dialog in stats? - by GBLTeam - 25.08.2010, 15:12
Re: [Request] Can make dialog in stats? - by mrcoolballs - 25.08.2010, 15:26
Re: [Request] Can make dialog in stats? - by GBLTeam - 25.08.2010, 15:42
Re: [Request] Can make dialog in stats? - by mrcoolballs - 25.08.2010, 15:50
Re: [Request] Can make dialog in stats? - by GBLTeam - 25.08.2010, 15:55
Re: [Request] Can make dialog in stats? - by Souvlaki - 25.08.2010, 15:56

Forum Jump:


Users browsing this thread: 1 Guest(s)