[PEDIDO]Sistema de Pontos DM
#3

Quote:
Originally Posted by arakuta
Посмотреть сообщение
Seta isso em SCORE ou numa VAR

Em OnPlayerDeath
pawn Код:
SetPlayerScore(killerid,GetPlayerScore(killerid) + 1);
E usa um textdraw pra retornar isso '-'
No FS em OnPlayerDeath tб assim:

public OnPlayerDeath(playerid, killerid, reason)
{
new Texto[30], Texto1[30];
ProgressaoInfo[killerid][Matou] ++;
ProgressaoInfo[playerid][Morreu] ++;
ProgressaoInfo[killerid][Pontos] = (ProgressaoInfo[killerid][Matou] - ProgressaoInfo[killerid][Morreu]);
ProgressaoInfo[playerid][Pontos] = (ProgressaoInfo[playerid][Matou] - ProgressaoInfo[playerid][Morreu]);
format(Texto, sizeof(Texto), "~l~Pontos: ~b~%d", ProgressaoInfo[killerid][Pontos]);
TextDrawSetString(ProgressaoInfo[killerid][TPontos], Texto);
TextDrawShowForPlayer(killerid, ProgressaoInfo[killerid][TPontos]);
format(Texto1, sizeof(Texto1), "~l~Pontos: ~b~%d", ProgressaoInfo[playerid][Pontos]);
TextDrawSetString(ProgressaoInfo[playerid][TPontos], Texto1);
TextDrawShowForPlayer(playerid, ProgressaoInfo[playerid][TPontos]);
SetPlayerScore(playerid, ProgressaoInfo[playerid][Pontos]);
SetPlayerScore(killerid, ProgressaoInfo[killerid][Pontos]);
return true;
}

Esse FS quando a pessoa й morta, perde um ponto, quero tirar isso, entendeu ?
Reply


Messages In This Thread
[PEDIDO]Sistema de Pontos DM - by aleex995 - 13.02.2012, 19:51
Re: [PEDIDO]Sistema de Pontos DM - by arakuta - 13.02.2012, 19:55
Re: [PEDIDO]Sistema de Pontos DM - by aleex995 - 13.02.2012, 20:53
Re: [PEDIDO]Sistema de Pontos DM - by aleex995 - 13.02.2012, 20:57
Re: [PEDIDO]Sistema de Pontos DM - by arakuta - 13.02.2012, 21:20
Re: [PEDIDO]Sistema de Pontos DM - by aleex995 - 13.02.2012, 21:39
Re: [PEDIDO]Sistema de Pontos DM - by aleex995 - 14.02.2012, 08:38
Re: [PEDIDO]Sistema de Pontos DM - by aleex995 - 14.02.2012, 12:12

Forum Jump:


Users browsing this thread: 1 Guest(s)