28.03.2015, 16:12
Hello, I've been wondering if there's a way I can clear the death log.
I couldn't find any icon/reason ID, something like a transperent icon.
I hope you understood what I mean.
pawn Код:
CMD:cleardl(playerid, params[])
{
for(new i = 0; i < 5; i++)
{
SendDeathMessage(INVALID_PLAYER_ID, INVALID_PLAYER_ID, /* What should I put here? */);
}
return 1;
}
I hope you understood what I mean.