14.12.2012, 06:33
Almost the same, but will print the reason as
instead of
which according to me, is a bit more subtle :0 (My opinion)


pawn Код:
CMD:cleardeaths(playerid,params[])
{
for(new i=0; i<7; i++)
{
SendDeathMessage(INVALID_PLAYER_ID, INVALID_PLAYER_ID, 200);
}
return 1;
}