[pedido]
#5

pawn Код:
GetPlayers()
{
    new i, count;
    while( i++ < MAX_PLAYERS )
    {
        if(IsPlayerConnected( i ))
            count++;
    }
    return count;
}
Reply


Messages In This Thread
[pedido] - by NightWollF - 24.08.2011, 16:41
Re: [pedido] - by Vai_Besta - 24.08.2011, 16:48
Re: [pedido] - by Bruno Pereira - 24.08.2011, 17:01
Re: [pedido] - by Bruno[]Lima - 24.08.2011, 17:05
Re: [pedido] - by RockFire - 24.08.2011, 17:17
Re: [pedido] - by JonathanFeitosa - 24.08.2011, 17:49
Re: [pedido] - by [R] ousenber [K] - 24.08.2011, 18:10
Respuesta: [pedido] - by ReDKiiL - 24.08.2011, 18:24
Re: [pedido] - by JonathanFeitosa - 24.08.2011, 18:27
Re: [pedido] - by Kuddy - 24.08.2011, 18:45

Forum Jump:


Users browsing this thread: 2 Guest(s)