Client message
#1

Why does this getting send twice?

it says

pawn Код:
Your FPS: 0
Your FPS: 90 // this is correct

    for(new i; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i))
    {
        if(pID == playerid) format(FPSmsg, sizeof FPSmsg, "Your FPS: %d", pFPS[i]);
        else format(FPSmsg, sizeof FPSmsg, "%s (%d)'s FPS: %d", PlayerName(pID), pID, pFPS[pID]);
        SendClientMessage(playerid, COLOR_LIGHTBLUE, FPSmsg);
    }
Reply


Messages In This Thread
Client message - by Ananisiki - 08.04.2014, 00:37
Re: Client message - by Mattakil - 08.04.2014, 00:42
Re: Client message - by Threshold - 08.04.2014, 00:42

Forum Jump:


Users browsing this thread: 1 Guest(s)