c'est bon j'en ai mis un le voila si quelqu'un le cherche :
dans public OnPlayerDeath :
new name[MAX_PLAYER_NAME+1];
new string[256];
new killer[MAX_PLAYER_NAME];
GetPlayerName(killerid, killer, sizeof(killer));
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "*** %s A Tué %s ", killer, name);
SendClientMessageToAll(COLOR_RED, string);
voila :P