Clear death logs.
#8

Quote:
Originally Posted by Onfroi
Посмотреть сообщение
SendDeathMessage(INVALID_PLAYER_ID, INVALID_PLAYER_ID, 256);
It doesn't work like that.

-----------------------------------------------------------------------------

pawn Код:
#include <zcmd>

CMD:cleardeathlist(playerid, params[])
{
    ClearDeathList();
    return 1;
}

ClearDeathList()
{
    for(new i = 0; i < 5; i ++)
    {
        SendDeathMessage(1001, 1001, 255);
    }
    return 1;
}
You need the include "zcmd": https://sampforum.blast.hk/showthread.php?tid=91354
Reply


Messages In This Thread
Clear death logs. - by VZMatt - 03.06.2016, 03:01
Re: Clear death logs. - by SickAttack - 03.06.2016, 03:18
Re: Clear death logs. - by Onfroi - 03.06.2016, 03:18
Respuesta: Re: Clear death logs. - by VZMatt - 03.06.2016, 04:24
Respuesta: Re: Clear death logs. - by Eloy - 03.06.2016, 04:27
Respuesta: Re: Clear death logs. - by VZMatt - 03.06.2016, 04:32
Respuesta: Clear death logs. - by VZMatt - 03.06.2016, 05:08
Re: Clear death logs. - by SickAttack - 03.06.2016, 05:14
Respuesta: Clear death logs. - by VZMatt - 03.06.2016, 05:18

Forum Jump:


Users browsing this thread: 1 Guest(s)