Do this to all the players, not only me.
#3

Hi, thanks for helping, by looking i found this.

pawn Код:
for(new i = 0; i < MAX_PLAYERS; i++)
{
    if(IsPlayerConnected(i))
    {
        if(pAdmin[playerid] > 0) // alter to actual variable 'pAdmin' is ambiguous at best.
        {
            // They're admin, send message
        }
    }
}
How can i do that? im confused
Reply


Messages In This Thread
Do this to all the players, not only me. - by gamersx - 17.02.2017, 03:08
Re: Do this to all the players, not only me. - by Wolfe - 17.02.2017, 03:18
Re: Do this to all the players, not only me. - by gamersx - 17.02.2017, 03:24
Respuesta: Do this to all the players, not only me. - by Eloy - 17.02.2017, 03:25
Re: Do this to all the players, not only me. - by Wolfe - 17.02.2017, 03:28
Re: Do this to all the players, not only me. - by gamersx - 17.02.2017, 03:48
Re: Do this to all the players, not only me. - by Sew_Sumi - 17.02.2017, 04:11
Re: Do this to all the players, not only me. - by gamersx - 17.02.2017, 04:14
Re: Do this to all the players, not only me. - by Sew_Sumi - 17.02.2017, 04:52
Re: Do this to all the players, not only me. - by gamersx - 17.02.2017, 04:53

Forum Jump:


Users browsing this thread: 1 Guest(s)