[Pedido] Player esta online tome cuidado
#3

Quote:
Originally Posted by WendeLKILL
Посмотреть сообщение
Coloque no Callback OnPlayerLogin Ou na Variavel de Login do seu Gm
@Edit
Um Exemplo
Код:
if(InfoLogin == 0)
		{
			format(gstring,sizeof(gstring), "AdmAviso: [%d]%s Logou no servidor - %d Players Online!",playerid,PlayerName(playerid),ContarJogadores());
			SendMessageToOthersAdmins(playerid, COLOR_YELLOW, gstring);
		}
Exemplo do meu game mode meu amigo..

pawn Код:
forward MensagemADM(color,const string[],level);
public MensagemADM(color,const string[],level)
{
    for(new i = 0; i < SLOTS; i++)
    {
        if(IsPlayerConnected(i))
        {
            if (InfoGabriel[i][pAdmin] >= level)
            {
                SendClientMessage(i, color, string);
                printf("%s", string);
            }
        }
    }
    return 1;
}




na onplayerspawn por exemplo coloque seu codigo


format(string,sizeof(string), "O %s [%d] estб online !",pNome(playerid),playerid);
        MensagemADM(-1,string,1);
Reply


Messages In This Thread
Player esta online tome cuidado - by GustavoG3D - 18.03.2014, 00:39
Re: Player esta online tome cuidado - by WendeLKILL - 18.03.2014, 00:50
Re: Player esta online tome cuidado - by GabrielRibeiro - 18.03.2014, 00:56
Re: Player esta online tome cuidado - by WendeLKILL - 18.03.2014, 01:12

Forum Jump:


Users browsing this thread: 2 Guest(s)