[DUV] MAX_PLAYERS "i" - 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: [DUV] MAX_PLAYERS "i" (
/showthread.php?tid=154898)
[DUV] MAX_PLAYERS "i" -
BurrodaZero - 16.06.2010
Como Crio Sistema que Mostre por Exemplo Todos as Vida de um Player Exemplo:
EU: 10
TU: 22
NУS: 50
E Assim Vai
Pelo que Sei Consegui Fazer Assim:
pawn Код:
for(new todos = 0; todos < MAX_PLAYERS; todos++)//MAX_PLAYERS = 500
{
if(IsPlayerConnected(todos ))
{
if(GetPlayerHealth(todos))//Exemplo
{
/* Funзгo que irб mostrar os Nomes, (Isto eu Sei Fazer!)*/
Porйm quero saber como Classifico Isso Exemplo
1°TU: 99
2°VOCE: 84
3°NOS: 47
Para Recordes, Grato