Score + FPS td
#4

Quote:
Originally Posted by Mriss
Посмотреть сообщение
But wouldnt they like be on top of each other?
Yeah but, you can change the location

My stuff:

pawn Код:
/*OnGameModeInit*/
for(new i = 0; i < MAX_PLAYERS; i++)
    {
        FPS[i] = TextDrawCreate(250.000000, 428.000000, "FPS: 30");
        TextDrawBackgroundColor(FPS[i], 255);
        TextDrawFont(FPS[i], 1);
        TextDrawLetterSize(FPS[i], 0.480000, 2.000000);
        TextDrawColor(FPS[i], -1);
        TextDrawSetOutline(FPS[i], 1);
        TextDrawSetProportional(FPS[i], 1);
        TextDrawSetShadow(FPS[i], 1);
    }
    for(new i = 0; i < MAX_PLAYERS; i++)
    {
        PING[i] = TextDrawCreate(350.000000, 428.000000, "PING: 80");
        TextDrawBackgroundColor(PING[i], 255);
        TextDrawFont(PING[i], 1);
        TextDrawLetterSize(PING[i], 0.480000, 2.000000);
        TextDrawColor(PING[i], -1);
        TextDrawSetOutline(PING[i], 1);
        TextDrawSetProportional(PING[i], 1);
        TextDrawSetShadow(PING[i], 1);
    }
Replace the "PING" with "SCORE" etc.. ;d
Reply


Messages In This Thread
Score + FPS td - by Mriss - 22.02.2014, 08:19
Re: Score + FPS td - by Kyance - 22.02.2014, 08:51
Re: Score + FPS td - by Mriss - 22.02.2014, 09:32
Re: Score + FPS td - by Kyance - 22.02.2014, 10:50

Forum Jump:


Users browsing this thread: 2 Guest(s)