ShowStats problem
#2

pawn Код:
if (strcmp(cmd, "/stats", true) == 0)
    {
        if(IsPlayerConnected(playerid))
        {
            if (Pokrenuti[playerid] != 0)
            {
                Stats(playerid, playerid);
                Pokrenuti[playerid] = 1;
            }
            else
            {
                SendClientMessage(playerid, COLOR_GRAD1, "   You are not Logged in !");
            }
        }
        return 1;
    }
Reply


Messages In This Thread
ShowStats problem - by Dusan01 - 07.11.2012, 18:24
Re: ShowStats problem - by cecko1235 - 07.11.2012, 18:47
Re: ShowStats problem - by Dusan01 - 07.11.2012, 19:10
Re: ShowStats problem - by [KHK]Khalid - 07.11.2012, 20:56
Re: ShowStats problem - by Dusan01 - 08.11.2012, 04:14
Re: ShowStats problem - by [KHK]Khalid - 08.11.2012, 20:12

Forum Jump:


Users browsing this thread: 2 Guest(s)