What happens?
#5

Quote:
Originally Posted by norton2
Посмотреть сообщение
Duplicate pRank and now:
Код HTML:
Rank: 2 | FPunish: 2/60 | FWarn: 0/3
I'm not sure what you did to get that, but I'm positive this should work:

Код:
ShowStats(playerid, targetid)
{
    printf("FP3: %d", pInfo[targetid][pFPunish]);
    if(IsPlayerConnected(targetid))
    {
        format(szStats, sizeof(szStats), "Rank: %d | FPunish: %d/60 | FWarn: %d/3", pInfo[targetid][pRank], pInfo[targetid][pFPunish], pInfo[targetid][pFWarns]);
        SendClientMessage(playerid, 0xADADADFF, szStats);
        printf("FP4: %d", pInfo[targetid][pFPunish]);
    }
    return 1;
}
Reply


Messages In This Thread
What happens? - by norton2 - 04.10.2015, 11:15
Re: What happens? - by AbyssMorgan - 04.10.2015, 11:19
Re: What happens? - by norton2 - 04.10.2015, 11:43
Re: What happens? - by norton2 - 04.10.2015, 12:06
Re: What happens? - by Bartels - 04.10.2015, 12:07
Re: What happens? - by norton2 - 04.10.2015, 12:15

Forum Jump:


Users browsing this thread: 1 Guest(s)