[HELP] Death Window
#2

I haven't tested this but it should work. I'm not sure if you can clear the icons but this should clear the names. I'm also not sure how many death messages are shown i have looped 10 times but it may not need that many.

pawn Code:
COMMAND:cdw(playerid, params[])
{
    for(new i; i < 10; ++i)
    {
        SendDeathMessage( INVALID_PLAYER_ID, INVALID_PLAYER_ID, 200 )//connection icon
    }
    return 1;
}
If you don't use YCMD or ZCMD paste the loop into your command.
Reply


Messages In This Thread
[HELP] Death Window - by Eiy Mard - 14.06.2012, 14:04
Re: [HELP] Death Window - by iggy1 - 14.06.2012, 14:10
Re: [HELP] Death Window - by Eiy Mard - 14.06.2012, 14:18
Re: [HELP] Death Window - by iggy1 - 14.06.2012, 14:24
Re: [HELP] Death Window - by Eiy Mard - 14.06.2012, 14:39

Forum Jump:


Users browsing this thread: 2 Guest(s)