[Ajuda] Contar danos
#1

Como faзo para contar danos q tirou ou levou tipo: tirou -26, dps -3 ai aparece na gametext -29, e quando a text sai zera o contador?

Код:
if (issuerid  != INVALID_PLAYER_ID)
    {
        new string[20];
        format(string, sizeof(string), "~w~-~r~%.0f", amount);
        GameTextForPlayer(playerid, string, 1000, 6);
        GameTextForPlayer(issuerid , string, 1000, 5);
        PlayerPlaySound(issuerid , 17802, 0.0, 0.0, 0.0);
    }
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)