[Pedido] Chat Helper + Adm
#1

Eae Gente Gostaria De 1 Chat De Helper + ADM Para Eles Se Comunicar Por Exemplo :



/cblf Tal_Helper Ae Gente Tem 1 Cara Lhe Chamando Id [24]

/cblf Tal_Admin Pede Para Ele Esperar Q Eu Ja Estou Indo

/cblf Tal_Helper Ele Falou Ok


Tipo Assim Alguem Pode Me Ajuda pf?
Reply
#2

https://sampwiki.blast.hk/wiki/SendClientMessage
https://sampwiki.blast.hk/wiki/Loops

Leia e entenda.
Reply
#3

Vc Pode Fazer 1 Codigo?
Reply
#4

pawn Код:
command(a, playerid, params[]) {
    if(IsPlayerAdmin(playerid)) {
        if(!isnull(params)) {
            static i, string[128], name[24];
            GetPlayerName(playerid, name, sizeof(name));
            for(i = GetMaxPlayers() - 1; i > -1; --i) {
                if(IsPlayerAdmin(i)) { // admin rcon (edite)
                    format(string, sizeof(string), "Admin %s diz: %s", name, params);
                    SendClientMessage(i, 0x00FFFFFF, string);
                }
            }
        }
    }
    return 1;
}
O resto й com vocк.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)