19.04.2013, 01:33

if(reason == 50)
{
new str[752], pName[MAX_PLAYER_NAME];
GetPlayerName(killerid, pName, sizeof(pName));
SendClientMessageToAll(COLOR_RED, str);
format(string, sizeof(string), "%s (%d) has been killed for heli blade.", pName, playerid);
SetPlayerHealth(killerid,-1);
IM lost lol

The other code i need is like this:
if ( reason == 49 ) {
new kstring[128],
kickname[MAX_PLAYER_NAME],
String[50];
if ( IsPlayerConnected(killerid) ) {
GetPlayerName(killerid, kickname, sizeof(kickname));
format(String, 256, "AdmWarning: [%d] %s has just carparked a player.", killerid, kickname);
SendMessageToAdmins(String);
printf("%s", kstring);
But i don't need it to tell admins just send message to all players about this players punishment, DEATH would be a good thing maybe that will STOP CAR PARKING on my server.
Thanks for any and all help.