[Ajuda] Virtual World
#5

pawn Код:
if (realchat)
    {
        if(gPlayerLogged[playerid] == 0)
        {
            return 0;
        }
        if(PlayerInfo[playerid][pMaskuse] == 1)
        {
            format(string, sizeof(string), "Mascarado diz: %s", text);
            ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
            SetPlayerChatBubble(playerid, text, COLOR_AZULBB, 20.0, 10000);
            //ApplyAnimation(playerid,"PED","IDLE_CHAT",4.0,0,0,0,0,0);
        }
        else
        {
            format(string, sizeof(string), "%s diz: %s", PlayerName(playerid), text);
            ProxDetector(20.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
            SetPlayerChatBubble(playerid, text, COLOR_AZULBB, 20.0, 10000);
            //ApplyAnimation(playerid,"PED","IDLE_CHAT",4.1,0,1,1,1,1);
        }
        return 0;
    }
nгo sei se ajuda...
Reply


Messages In This Thread
Virtual World - by Hydra_RuleZ - 06.09.2012, 14:03
Re: Virtual World - by .FuneraL. - 06.09.2012, 14:37
Re: Virtual World - by paulor - 06.09.2012, 14:41
Re: Virtual World - by Hydra_RuleZ - 06.09.2012, 14:56
Re: Virtual World - by Hydra_RuleZ - 06.09.2012, 15:03
Re: Virtual World - by paulor - 06.09.2012, 15:13
Re: Virtual World - by Hydra_RuleZ - 06.09.2012, 15:35

Forum Jump:


Users browsing this thread: 1 Guest(s)