[Ajuda] sistema de setplayerchatbubble
#4

pawn Код:
case 0:
            {
                SendClientMessage(playerid, COR_TITULO, "Titulo da Sua Organizaзгo Carregado Com Sucesso.");
                //SetPlayerChatBubble(playerid, "Policia Militar", COR_TITULO, 1, 1);
                format(string, sizeof(string), "%s",NomeORG(playerid));
                SetPlayerChatBubble(playerid,string,COR_TITULO, 100.0, 10000);
                return 1;
            }
case 1:
            {
                if(PlayerInfo[playerid][pAdmin] == 0)
                {
                    SendClientMessage(playerid, COR_TITULO, "Vocк Nao й Um Admin Para usar este Titulo.");
                    return 1;
                }
                if(PlayerInfo[playerid][pAdmin] >= 1)
                SetPlayerChatBubble(playerid,"Administrador",COR_TITULO, 100.0, 10000);
                return 1;
            }
Reply


Messages In This Thread
sistema de setplayerchatbubble - by WendeLKILL - 10.05.2014, 02:27
Re: sistema de setplayerchatbubble - by BreakDriFT - 10.05.2014, 12:20
Re: sistema de setplayerchatbubble - by WendeLKILL - 10.05.2014, 13:59
Re: sistema de setplayerchatbubble - by lKoDlFuLLaNNo - 10.05.2014, 18:04

Forum Jump:


Users browsing this thread: 1 Guest(s)