SA-MP Forums Archive
maybe this is weird . - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: maybe this is weird . (/showthread.php?tid=397675)



maybe this is weird . - Devilxz97 - 06.12.2012

hey guys , is there any way i can clear the death message ?

when p1 kill p2

/cleardeathwindow , it will clearing it . i've seen this command on other server O,O
im confuse , how to make it XD


Re: maybe this is weird . - Ballu Miaa - 06.12.2012

pawn Код:
for ( new i; i > 20; i++ )
{
    SendDeathMessage(INVALID_PLAYER_ID, INVALID_PLAYER_ID, 255);
}