28.03.2015, 16:20
Nope you can but you can use this instead and it will clear it from player names but no there is no transparent icon or anything
pawn Код:
CMD:cleardl(playerid, params[])
{
for(new i = 0; i < 5; i++)
{
SendDeathMessage(INVALID_PLAYER_ID, INVALID_PLAYER_ID, 200);
}
return 1;
}