[Pedido] Rank Global
#9

Valeu geral +rep alguйm pode me dizer como faзo pra pega os players offline adaptei meu gm й deixei o rank assim como faзo pra pega os players off

Quote:

// | RANK |
public Ranking(playerid)
{
new
Money,
Level,
Kill
;
for(new i = 0; i <= GetPlayerPoolSize(); i++)
{
if(GetPlayerScore(i) > Level)
{
Level = GetPlayerScore(i);
}
if(GetPlayerMoney(i) > Money)
{
Money = GetPlayerMoney(i);
}
}
new String[500];
format(String,sizeof(String),"O jogador com maior level online й %s. Level atual : %d",Nome(playerid),Level);
SendClientMessageToAll(-1,String);
format(String,sizeof(String),"O jogador com mais dinheiro online й %s. Dinheiro atual : %d",Nome(playerid),Money);
SendClientMessageToAll(-1,String);
}

como faзo pra pegar as contas offline alguйm pode me explicar
Reply


Messages In This Thread
Rank Global - by BrGabrielBr - 30.03.2018, 15:43
Re: Rank Global - by FerrariL - 30.03.2018, 16:05
Re: Rank Global - by BrGabrielBr - 31.03.2018, 00:03
Re: Rank Global - by FerrariL - 31.03.2018, 00:08
Re: Rank Global - by BrGabrielBr - 31.03.2018, 00:18
Re: Rank Global - by BrGabrielBr - 31.03.2018, 00:36
Re: Rank Global - by FerrariL - 31.03.2018, 00:45
Re: Rank Global - by AllanSG - 31.03.2018, 00:52
Re: Rank Global - by BrGabrielBr - 31.03.2018, 01:37
Re: Rank Global - by Marllun - 31.03.2018, 03:31

Forum Jump:


Users browsing this thread: 2 Guest(s)