Kill -1 score script (Rep +1)
#4

Yep, will edit it in.

if (strcmp("/kill", cmdtext, true, 10) == 0)
{
SetPlayerHealth(playerid, 0);
SetPlayerScore(playerid, GetPlayerScore(playerid) - 1);
new msg[128],
suicider[MAX_PLAYER_NAME];
GetPlayerName(playerid, suicider, sizeof suicider);
format(msg, sizeof(msg), "%s has commited suicide!", suicider);
SendClientMessageToAll(COLOR_RED, msg);
}
Reply


Messages In This Thread
Kill -1 score script (Rep +1) - by MichaelProPlayer - 07.04.2012, 08:24
Re: Kill -1 score script (Rep +1) - by Jack.7331 - 07.04.2012, 08:28
Re: Kill -1 score script (Rep +1) - by MichaelProPlayer - 07.04.2012, 08:38
Re: Kill -1 score script (Rep +1) - by Jack.7331 - 07.04.2012, 08:40
Re: Kill -1 score script (Rep +1) - by MichaelProPlayer - 07.04.2012, 08:42
Re: Kill -1 score script (Rep +1) - by spd_sahil - 07.04.2012, 09:01
Re: Kill -1 score script (Rep +1) - by MichaelProPlayer - 07.04.2012, 09:26
Re: Kill -1 score script (Rep +1) - by Aira - 07.04.2012, 10:42
Re: Kill -1 score script (Rep +1) - by MichaelProPlayer - 07.04.2012, 10:55
Re: Kill -1 score script (Rep +1) - by mariolatif741 - 14.01.2013, 21:21

Forum Jump:


Users browsing this thread: 2 Guest(s)