[Ajuda] PONTOS EM GUERRA
#7

Quote:
Originally Posted by johntrybescripter
Посмотреть сообщение
Consegui, tem alguma maneira de mandar uma mensagem com o placar?

vlw pela ajuda.
Eu nem percebi os erros que eu cometi, apenas agora quando vocк pediu uma mensagem do placar.


pawn Код:
// variбveis.
new pontosGN, pontosFARC;


// Acrescentar +1 ao matar um membro da org rival
pontosGN += 1;
pontosFARC += 1;


// Mensagem com placar da guerra

new strr[50];
SendClientMessageToAll(-1, "______________ PLACAR DA GUERRA ______________";
format(strr, 50, "Guarda Nacional: %i pontos", pontosGN);
SendClientMessageToAll(-1, strr);
format(strr, 50, "FARC: %i pontos", pontosFARC);
SendClientMessageToAll(-1, strr);


// Resetar as variбveis ao fim da guerra
pontosGN = 0;
pontosFARC = 0;

Remova essas duas variбveis que vocк criou e crie duas.
pawn Код:
new pontosGN, pontosFARC;
Reply


Messages In This Thread
PONTOS EM GUERRA - by johntrybescripter - 11.01.2017, 18:52
Re: PONTOS EM GUERRA - by hannzika - 11.01.2017, 19:26
Re: PONTOS EM GUERRA - by johntrybescripter - 11.01.2017, 19:31
Re: PONTOS EM GUERRA - by hannzika - 11.01.2017, 19:49
Re: PONTOS EM GUERRA - by johntrybescripter - 11.01.2017, 20:03
Re: PONTOS EM GUERRA - by johntrybescripter - 12.01.2017, 00:12
Re: PONTOS EM GUERRA - by hannzika - 12.01.2017, 16:11
Re: PONTOS EM GUERRA - by johntrybescripter - 12.01.2017, 22:01

Forum Jump:


Users browsing this thread: 1 Guest(s)