SA-MP Forums Archive
AJUDA Score. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Non-English (https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: AJUDA Score. (/showthread.php?tid=279615)



AJUDA Score. - CanTLoGin - 28.08.2011

O meu GM quando aperto Score. Fica o tanto que os play matou =\
Queria saber como mudo isso. pra colocar o tanto de Grana que o cara tem. Ou entгo salva o score de quantos matou. ^^
E como faзo pra quando um play matar o outro. o play que matou receber a grana do nbzin qe morreu ? '-'



Re: AJUDA Score. - Skoll - 28.08.2011

simples, o meu aqui ta adaptado pra mostrar o level do player, eh soh mudar pra getplayermoney
pawn Код:
forward LevelScore(playerid);
public LevelScore(playerid)
{
    new levelscore = GetPlayerLevel1(playerid);
    SetPlayerScore(playerid,levelscore);
    return 1;
}

vou fazer isso pra vc, mas n acostuma.


pawn Код:
forward MoneyScore(playerid);
public MoneyScore(playerid)
{
    new moneyscore = GetPlayerMoney(playerid);
    SetPlayerScore(playerid,moneyscore);
    KillTimer(timerscore);
    return 1;
}
dps vc cria um timer pra atualizar isso.

Topo:
pawn Код:
new timerscore;
aih vc poe onde achar melhor isso aqui:
pawn Код:
timerscore = SetTimer("MoneyScore", 5000, "is", playerid);



Re: AJUDA Score. - CanTLoGin - 28.08.2011

valeu mano.
mas ae. o Score vai ficar tipo grana ou vai ficar salvo o level do jogador ?
@ Level Kill . '-'


Re: AJUDA Score. - Skoll - 28.08.2011

eu sу te mostrei o que eu tenho e ja fiz a adaptaзгo pra vc, usa esse:
pawn Код:
forward MoneyScore(playerid);
public MoneyScore(playerid)
{
    new moneyscore = GetPlayerMoney(playerid);
    SetPlayerScore(playerid,moneyscore);
    KillTimer(timerscore);
    return 1;
}
repu+ ?


Re: AJUDA Score. - CanTLoGin - 28.08.2011

entendi. valeu mesmo. Reput ^^ '
Sу mais uma coisa.
Na linha que coloco o
pawn Код:
timerscore = SetTimer("MoneyScore", 5000, "is", playerid);
Da esse erro:
pawn Код:
C:\Users\YaanMatheus\Desktop\VaGaPlaY Server\Servidor\gamemodes\VPGM2011.pwn(189) : error 010: invalid function or declaration
Como arruma? '-'


Re: AJUDA Score. - Skoll - 28.08.2011

Quote:
Quote:
Originally Posted by CanTLoGin
entendi. valeu mesmo.
de nada.
Quote:

Reput ^^ '

vlw ^^

qualquer dъvida poste aqui.


Re: AJUDA Score. - CanTLoGin - 28.08.2011

eu editei o post de cima. da um olhada pf ^^ '


Re: AJUDA Score. - Skoll - 28.08.2011

sу trocar isso:
pawn Код:
SetTimer("MoneyScore", 5000, "is", playerid);
por isso:

pawn Код:
SetTimer("MoneyScore", 5000, true);



Re: AJUDA Score. - CanTLoGin - 28.08.2011

pawn Код:
C:\Users\YaanMatheus\Desktop\VaGaPlaY Server\Servidor\gamemodes\VPGM2011.pwn(189) : error 021: symbol already defined: "SetTimer"
Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


1 Error.



Re: AJUDA Score. - Skoll - 28.08.2011

posta tudo o que vc fez aih, desde o topo. parece que vc repetiu o
pawn Код:
new timerscore;
em algum lugar