[AJUDA]Contator de Players.
#8

pawn Код:
new players = 0, PP = GetMaxPlayers();
for(new i; i <= PP; i++)
{
    if(!IsPlayerConnected(i)) continue;
    players++;
}
new string[30];
format(string, 27, "Tem %d/%d players online", players, PP);
SendClientMessage(playerid, 0x1E90FF99, string);
Reply


Messages In This Thread
[AJUDA]Contator de Players. - by .CrazZy._.[De] - 11.10.2011, 20:03
Re: [AJUDA]Contator de Players. - by [O.z]Caroline - 11.10.2011, 20:10
Re: [AJUDA]Contator de Players. - by Pharrel - 11.10.2011, 20:14
Re: [AJUDA]Contator de Players. - by .CrazZy._.[De] - 11.10.2011, 20:25
Re: [AJUDA]Contator de Players. - by Lipe_Stronda - 11.10.2011, 23:24
Re: [AJUDA]Contator de Players. - by Pharrel - 12.10.2011, 05:24
Re: [AJUDA]Contator de Players. - by Lipe_Stronda - 12.10.2011, 11:54
Re: [AJUDA]Contator de Players. - by Josma_cmd - 12.10.2011, 11:59
Respuesta: [AJUDA]Contator de Players. - by [Red]Maninho - 12.10.2011, 12:02
Re: [AJUDA]Contator de Players. - by Kratos_xD - 14.06.2012, 16:45

Forum Jump:


Users browsing this thread: 2 Guest(s)