[ajuda] Setplayerchatbubble
#1

eae queria saber se tem como colocar um chatbubble emcima da cabeзa do personagem ao digitar /afk. mensagem: Admin Auzente

pawn Код:
if(strcmp(cmdtext, "/afk", true) == 0)
    {
        if(PlayerInfo[playerid][pAdmin] < 1)
        {
            MSGPLAYER(playerid,COLOR_GREY," Vocк nгo й um admin!");
            return 1;
        }
        if(admtrampando[playerid] < 1)
        {
            MSGPLAYER(playerid,COLOR_GREY," Vocк nгo estб trabalhando, USE /trabalhar!");
            return 1;
        }
        if(away[playerid] == 1)
        {
            MSGPLAYER(playerid,COLOR_GREY," Vocк jб estб modo AFK, use /sairafk!");
        }
        else
        {
           MSGPLAYER(playerid,COLOR_LIGHTRED," Vocк estб AFK agora!");
           away[playerid] = 1;
        }
        return 1;
    }
e quando saisse do modo afk saisse a mensagem tbm

pawn Код:
if(strcmp(cmdtext, "/sairafk", true) == 0)
    {
        if(away[playerid] == 0)
        {
            MSGPLAYER(playerid,COLOR_GREY," Vocк nгo estб modo AFK, use /afk!");
        }
        else
        {
           MSGPLAYER(playerid,COLOR_LIGHTRED," Vocк saiu do modo AFK!");
           away[playerid] = 0;
        }
        return 1;
    }
Alguem ajudaa !! REP+
Reply


Messages In This Thread
[ajuda] Setplayerchatbubble - by kinhobryant - 01.05.2012, 23:38
Respuesta: [ajuda] Setplayerchatbubble - by Luciano* - 01.05.2012, 23:41
Re: [ajuda] Setplayerchatbubble - by KinX - 01.05.2012, 23:41
Re: [ajuda] Setplayerchatbubble - by BreakDriFT - 01.05.2012, 23:41
Re: [ajuda] Setplayerchatbubble - by KinX - 01.05.2012, 23:46
Re: [ajuda] Setplayerchatbubble - by Edu33 - 01.05.2012, 23:47
Re: [ajuda] Setplayerchatbubble - by kinhobryant - 02.05.2012, 00:32
Re: [ajuda] Setplayerchatbubble - by Djair_Black - 02.05.2012, 00:50
Re: [ajuda] Setplayerchatbubble - by dPlaYer_ - 02.05.2012, 00:55
Re: [ajuda] Setplayerchatbubble - by paulor - 02.05.2012, 14:03

Forum Jump:


Users browsing this thread: 2 Guest(s)