|BUG| /stats
#3

where yu see the return 0;


Код:
if (strcmp(cmd, "/stats", true) == 0)
	{
	    if(IsPlayerConnected(playerid))
	    {
			if (gPlayerLogged[playerid] != 0)
			{
				ShowStats(playerid,playerid);
			}
			else
			{
				SendClientMessage(playerid, COLOR_GRAD1, "   Vous devez d'abord ouvrir une session!");
			}
		}
		return 1;
	}
Reply


Messages In This Thread
|BUG| /stats - by BigBaws - 25.12.2011, 21:35
Re: |BUG| /stats - by Swyft™ - 25.12.2011, 21:51
Re : |BUG| /stats - by BigBaws - 25.12.2011, 22:49
Re: |BUG| /stats - by BrandyPenguin - 25.12.2011, 23:56
Re : |BUG| /stats - by BigBaws - 26.12.2011, 00:55
Re: |BUG| /stats - by =WoR=G4M3Ov3r - 26.12.2011, 00:56
Re : |BUG| /stats - by BigBaws - 26.12.2011, 11:57

Forum Jump:


Users browsing this thread: 1 Guest(s)