I need a bit of help?
#1

Ok i understand SendDeathMessage under OnPlayerDeath,but does anyone know how i can clear the death message section, a.k.a sending a couple of empty death messages..like using empty SendClientMessages to clear the chatbox?
Thanks.
Reply
#2

You mean /clearchat?
or what? didn't understand..
Reply
#3

he means he need to clear the Death window by asimple command /cleardeathwindow
Reply
#4

Quote:
Originally Posted by Domnic Toretto
Посмотреть сообщение
he means he need to clear the Death window by asimple command /cleardeathwindow
Exactly.
Reply
#5

try using a loop
pawn Код:
for ( new num; num > 20; num++ )
{
    SendDeathMessage(INVALID_PLAYER_ID, INVALID_PLAYER_ID, 255);
}
Reply
#6

Quote:
Originally Posted by Domnic Toretto
Посмотреть сообщение
try using a loop
pawn Код:
for ( new num; num > 20; num++ )
{
    SendDeathMessage(INVALID_PLAYER_ID, INVALID_PLAYER_ID, 255);
}
Like that the death box doesn't even show up.
Reply
#7

bump
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)