comando /kill
#7

eu fiz um pro meu gm aqui um pouco mais incrementado, que quando o player se matar, ele perde 1 ponto no score, e й anunciado pro servidor todo, assim nгo tive mais problemas com gente se matando pro outro player nгo matar ele entende?
bem, se vocк achar melhor, ai vai meu cуdigo:

Код:
if(strcmp(cmdtext, "/kill", true) == 0)
{
new string[50];
new nomedoplayer[MAX_PLAYER_NAME];
new score;
score = GetPlayerScore(playerid);
GetPlayerName(playerid, nomedoplayer, MAX_PLAYER_NAME);
format(string, sizeof(string),"%s acabou de se matar!!", nomedoplayer);
SendClientMessage(playerid, VERMELHO, "Vocк perdeu 1 ponto no score por se matar");
SetPlayerHealth(playerid, 0);
SetPlayerScore(playerid, score-1);
SendClientMessageToAll(VERMELHOESCURO, string);
return 1;
}
onde tem "VERMELHOESCURO" e "VERMELHO" vocк altera pra cor que quiser
Reply


Messages In This Thread
comando /kill - by noobzord - 13.02.2010, 00:15
Re: comando /kill - by Whiteagle - 13.02.2010, 00:37
Re: comando /kill - by RoamPT - 13.02.2010, 01:03
Re: comando /kill - by Spawn* - 13.02.2010, 11:57
Re: comando /kill - by gutm4 - 13.02.2010, 11:58
Re: comando /kill - by RoamPT - 13.02.2010, 12:01
Re: comando /kill - by [SK]Mulek - 13.02.2010, 12:06
Re: comando /kill - by noobzord - 13.02.2010, 15:11
Re: comando /kill - by [SK]Mulek - 13.02.2010, 15:38
Re: comando /kill - by [NNFc]MinDs - 13.02.2010, 18:14

Forum Jump:


Users browsing this thread: 2 Guest(s)