is it possible?? +rep!!
#1

hi,

is it possible to clear the death messages?

pawn Код:
public OnPlayerDeath(playerid, killerid, reason)
{
    SendDeathMessage(killerid, playerid, reason);
    return 1;
}
Reply
#2

if you dont want death messages simply remove SendDeathMessage from onplayerdeath

If you want to clear it. I don't think there is a possible way. But maybe

Код:
SendDeathMessage(INVALID_PLAYER_ID, INVALID_PLAYER_ID, 255);
might need to send it a few times depending on how many messages there are. Im still not sure if it would work
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)