AJUDA Score.
#2

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);
Reply


Messages In This Thread
AJUDA Score. - by CanTLoGin - 28.08.2011, 12:07
Re: AJUDA Score. - by Skoll - 28.08.2011, 14:11
Re: AJUDA Score. - by CanTLoGin - 28.08.2011, 14:16
Re: AJUDA Score. - by Skoll - 28.08.2011, 14:21
Re: AJUDA Score. - by CanTLoGin - 28.08.2011, 14:21
Re: AJUDA Score. - by Skoll - 28.08.2011, 14:27
Re: AJUDA Score. - by CanTLoGin - 28.08.2011, 14:34
Re: AJUDA Score. - by Skoll - 28.08.2011, 14:38
Re: AJUDA Score. - by CanTLoGin - 28.08.2011, 14:40
Re: AJUDA Score. - by Skoll - 28.08.2011, 14:42

Forum Jump:


Users browsing this thread: 3 Guest(s)