ADRIANO

Fundador
  • Total de Posts

    829
  • Registro em

  • Última visita

  • Dias Ganhos

    54

ADRIANO ganhou no último dia 6 de Junho

ADRIANO teve o conteúdo mais curtida!

Sobre ADRIANO

Últimos Visitantes

3,422 visualizações

ADRIANO's Achievements

Community Regular

Community Regular (8/14)

  • Well Followed Rara
  • One Year In Rara
  • Máquina de postagem Rara
  • Muito Popular Rara
  • Membro a um Mês

Emblemas Recentes

251

Reputação

  1. /* ========================================================== CONFIGURAÇÕES GERAIS ========================================================== */ .cf-recruit, .cf-recruit * { box-sizing: border-box; } .cf-recruit { --cf-orange: #ff5b19; --cf-orange-light: #ff963f; --cf-orange-dark: #b52c00; --cf-green: #3ee391; --cf-blue: #6674ff; --cf-white: #f5f7fa; --cf-text: #c9d2dc; --cf-muted: #8995a5; --cf-bg: #06080c; --cf-bg-soft: #0c1118; --cf-panel: #111720; --cf-panel-light: #171e28; --cf-border: rgba(255, 255, 255, 0.09); --cf-orange-border: rgba(255, 91, 25, 0.38); position: relative; isolation: isolate; width: 100%; max-width: 1180px; margin: 24px auto; overflow: hidden; color: var(--cf-text); background: radial-gradient( circle at 50% -5%, rgba(255, 91, 25, 0.20), transparent 31% ), radial-gradient( circle at 95% 48%, rgba(255, 91, 25, 0.07), transparent 28% ), linear-gradient( 145deg, #05070a 0%, #0c1118 48%, #06080c 100% ); border: 1px solid var(--cf-orange-border); border-radius: 22px; font-family: Inter, "Segoe UI", Arial, Helvetica, sans-serif; box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.04); } /* Grade tecnológica de fundo */ .cf-recruit::before { content: ""; position: absolute; inset: 0; z-index: -2; pointer-events: none; opacity: 0.18; background-image: linear-gradient( rgba(255, 255, 255, 0.025) 1px, transparent 1px ), linear-gradient( 90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px ); background-size: 42px 42px; mask-image: linear-gradient( to bottom, #000 0%, rgba(0, 0, 0, 0.7) 50%, transparent 94% ); } /* Reflexo animado */ .cf-recruit::after { content: ""; position: absolute; top: -25%; left: -55%; z-index: -1; width: 32%; height: 155%; pointer-events: none; opacity: 0.20; background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.08), transparent ); transform: rotate(16deg); animation: cfLightSweep 10s linear infinite; } .cf-container { position: relative; z-index: 2; padding: 46px; } /* ========================================================== HERO ========================================================== */ .cf-hero { position: relative; min-height: 580px; overflow: hidden; display: flex; align-items: flex-end; padding: 52px; background: linear-gradient( 90deg, rgba(4, 6, 9, 0.98) 0%, rgba(4, 6, 9, 0.88) 42%, rgba(4, 6, 9, 0.30) 100% ), linear-gradient( 0deg, rgba(4, 6, 9, 0.96) 0%, transparent 60% ), url("[Hidden Content]") center center / cover no-repeat; border: 1px solid var(--cf-border); border-radius: 18px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 24px 55px rgba(0, 0, 0, 0.32); } .cf-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient( 115deg, transparent 0%, transparent 45%, rgba(255, 91, 25, 0.08) 58%, transparent 69% ); animation: cfHeroGlow 8s ease-in-out infinite alternate; } .cf-hero::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: linear-gradient( 90deg, transparent, var(--cf-orange), var(--cf-orange-light), transparent ); box-shadow: 0 0 20px rgba(255, 91, 25, 0.50); } .cf-hero-content { position: relative; z-index: 3; width: 100%; max-width: 720px; } .cf-status { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; padding: 9px 15px; color: #e0e6ec; background: rgba(8, 12, 17, 0.78); border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 999px; font-size: 11px; font-weight: 900; letter-spacing: 1.4px; text-transform: uppercase; backdrop-filter: blur(10px); } .cf-status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--cf-green); box-shadow: 0 0 15px var(--cf-green); animation: cfPulse 1.6s ease-in-out infinite; } .cf-main-logo { display: block; width: min(520px, 88%); height: auto; margin: 0 0 26px; filter: drop-shadow(0 15px 24px rgba(0, 0, 0, 0.75)) drop-shadow(0 0 18px rgba(255, 91, 25, 0.10)); } .cf-hero-title { max-width: 680px; margin: 0 0 14px; color: #ffffff; font-size: clamp(30px, 5vw, 52px); font-weight: 950; line-height: 1.04; letter-spacing: -1px; text-transform: uppercase; text-shadow: 0 8px 22px rgba(0, 0, 0, 0.70); } .cf-hero-title span { color: var(--cf-orange-light); } .cf-hero-description { max-width: 680px; margin: 0; color: #c7d0da; font-size: 17px; line-height: 1.75; text-shadow: 0 3px 12px rgba(0, 0, 0, 0.75); } .cf-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; } .cf-tag { padding: 9px 14px; color: #d4dbe3; background: rgba(8, 12, 17, 0.76); border: 1px solid rgba(255, 255, 255, 0.11); border-radius: 999px; font-size: 10px; font-weight: 850; letter-spacing: 0.8px; text-transform: uppercase; backdrop-filter: blur(8px); } /* ========================================================== ESTRUTURA DAS SEÇÕES ========================================================== */ .cf-section { margin-top: 48px; } .cf-section-title { display: flex; align-items: center; gap: 14px; margin: 0 0 22px; color: #ffffff; font-size: 22px; font-weight: 900; line-height: 1.3; letter-spacing: 0.7px; text-transform: uppercase; } .cf-title-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; flex: 0 0 46px; color: var(--cf-orange-light); background: linear-gradient( 145deg, rgba(255, 91, 25, 0.16), rgba(255, 91, 25, 0.035) ); border: 1px solid rgba(255, 91, 25, 0.32); border-radius: 11px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 8px 20px rgba(0, 0, 0, 0.20); } .cf-title-icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } /* ========================================================== SOBRE O PROJETO ========================================================== */ .cf-about { position: relative; overflow: hidden; padding: 30px 31px; color: #c7d0da; background: linear-gradient( 135deg, rgba(255, 91, 25, 0.075), transparent 46% ), rgba(255, 255, 255, 0.025); border: 1px solid var(--cf-border); border-left: 4px solid var(--cf-orange); border-radius: 14px; font-size: 16px; line-height: 1.86; } .cf-about::after { content: "CF"; position: absolute; right: 18px; bottom: -24px; color: rgba(255, 255, 255, 0.025); font-size: 128px; font-weight: 950; font-style: italic; line-height: 1; } .cf-about strong { color: #ffffff; } .cf-highlight { color: var(--cf-orange-light); font-weight: 800; } /* ========================================================== GALERIA DE IMAGENS ========================================================== */ .cf-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; } .cf-media-card { position: relative; overflow: hidden; background: linear-gradient( 145deg, rgba(255, 91, 25, 0.05), transparent 38% ), #080b10; border: 1px solid var(--cf-border); border-radius: 15px; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.035); transition: transform 0.30s ease, border-color 0.30s ease, box-shadow 0.30s ease; } .cf-media-card:hover { transform: translateY(-6px); border-color: rgba(255, 91, 25, 0.50); box-shadow: 0 26px 54px rgba(0, 0, 0, 0.42), 0 0 34px rgba(255, 91, 25, 0.07); } .cf-media-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; background: linear-gradient( 90deg, rgba(255, 91, 25, 0.09), transparent 44% ), #111720; border-bottom: 1px solid rgba(255, 255, 255, 0.07); } .cf-media-name { display: flex; align-items: center; gap: 10px; color: #f1f3f6; font-size: 12px; font-weight: 850; letter-spacing: 0.7px; text-transform: uppercase; } .cf-media-name svg { width: 19px; height: 19px; flex: 0 0 19px; color: var(--cf-orange); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .cf-media-status { display: inline-flex; align-items: center; gap: 7px; color: var(--cf-green); font-size: 9px; font-weight: 900; letter-spacing: 0.9px; text-transform: uppercase; } .cf-media-status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 8px currentColor; } .cf-image-link { position: relative; display: block; overflow: hidden; background: #05070a; text-decoration: none !important; } .cf-project-image { display: block; width: 100%; height: 355px; object-fit: cover; object-position: center; transition: transform 0.55s ease, filter 0.55s ease; } .cf-image-link::after { content: "ABRIR IMAGEM"; position: absolute; left: 50%; top: 50%; display: flex; align-items: center; justify-content: center; min-width: 145px; min-height: 44px; padding: 0 17px; color: #ffffff; background: rgba(6, 9, 13, 0.88); border: 1px solid rgba(255, 91, 25, 0.55); border-radius: 8px; font-size: 10px; font-weight: 900; letter-spacing: 1px; opacity: 0; transform: translate(-50%, -40%); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45); transition: opacity 0.30s ease, transform 0.30s ease; } .cf-image-link:hover .cf-project-image { transform: scale(1.045); filter: brightness(0.68); } .cf-image-link:hover::after { opacity: 1; transform: translate(-50%, -50%); } .cf-media-footer { padding: 15px 18px; color: var(--cf-muted); background: #0d1218; border-top: 1px solid rgba(255, 255, 255, 0.06); font-size: 12px; line-height: 1.6; } /* ========================================================== VAGAS ========================================================== */ .cf-jobs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 19px; } .cf-job-card { position: relative; min-height: 100%; overflow: hidden; padding: 27px; background: linear-gradient( 145deg, rgba(255, 91, 25, 0.065), transparent 40% ), var(--cf-panel); border: 1px solid var(--cf-border); border-radius: 15px; transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease; } .cf-job-card::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: linear-gradient( 90deg, transparent, var(--cf-orange), transparent ); transform: scaleX(0); transition: transform 0.30s ease; } .cf-job-card:hover { transform: translateY(-7px); border-color: rgba(255, 91, 25, 0.50); box-shadow: 0 21px 44px rgba(0, 0, 0, 0.38); } .cf-job-card:hover::before { transform: scaleX(1); } .cf-job-number { position: absolute; right: 18px; top: 15px; color: rgba(255, 255, 255, 0.055); font-size: 48px; font-weight: 950; line-height: 1; } .cf-job-icon { display: inline-flex; align-items: center; justify-content: center; width: 62px; height: 62px; margin-bottom: 21px; color: #ffffff; background: linear-gradient( 145deg, var(--cf-orange-light), var(--cf-orange-dark) ); border: 1px solid rgba(255, 255, 255, 0.18); border-radius: 14px; box-shadow: 0 13px 28px rgba(255, 76, 12, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.23); } .cf-job-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; } .cf-job-card h3 { position: relative; z-index: 2; margin: 0 0 12px; color: #ffffff; font-size: 19px; font-weight: 900; line-height: 1.3; text-transform: uppercase; } .cf-job-description { margin: 0 0 20px; color: var(--cf-muted); font-size: 14px; line-height: 1.70; } .cf-job-card h4 { margin: 20px 0 11px; color: var(--cf-orange-light); font-size: 11px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; } .cf-list { margin: 0; padding: 0; list-style: none; } .cf-list li { position: relative; margin: 10px 0; padding-left: 21px; color: #c7d0da; font-size: 13px; line-height: 1.55; } .cf-list li::before { content: ""; position: absolute; left: 2px; top: 8px; width: 7px; height: 7px; background: var(--cf-orange); transform: rotate(45deg); box-shadow: 0 0 8px rgba(255, 91, 25, 0.55); } /* ========================================================== BENEFÍCIOS ========================================================== */ .cf-benefits { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; } .cf-benefit { min-height: 165px; padding: 23px 17px; text-align: center; background: linear-gradient( 160deg, rgba(255, 91, 25, 0.065), transparent 62% ), var(--cf-panel-light); border: 1px solid var(--cf-border); border-radius: 13px; transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease; } .cf-benefit:hover { transform: translateY(-5px); border-color: rgba(255, 91, 25, 0.42); background: linear-gradient( 160deg, rgba(255, 91, 25, 0.11), transparent 65% ), var(--cf-panel-light); } .cf-benefit-icon { display: flex; align-items: center; justify-content: center; width: 49px; height: 49px; margin: 0 auto 16px; color: var(--cf-orange-light); background: rgba(255, 91, 25, 0.09); border: 1px solid rgba(255, 91, 25, 0.28); border-radius: 11px; } .cf-benefit-icon svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } .cf-benefit strong { display: block; margin-bottom: 7px; color: #ffffff; font-size: 14px; } .cf-benefit span { color: #abb6c3; font-size: 12px; line-height: 1.55; } /* ========================================================== COMO PARTICIPAR ========================================================== */ .cf-application { padding: 31px; background: radial-gradient( circle at 88% 20%, rgba(255, 91, 25, 0.13), transparent 31% ), linear-gradient( 135deg, #151b24, #0d1117 ); border: 1px solid var(--cf-orange-border); border-radius: 16px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035), 0 18px 40px rgba(0, 0, 0, 0.24); } .cf-application-text { margin: 0 0 23px; color: #c8d1dc; font-size: 15px; line-height: 1.75; } .cf-info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; margin-bottom: 27px; } .cf-info-item { display: flex; align-items: center; gap: 12px; min-height: 52px; padding: 13px 15px; color: #bac5d0; background: rgba(0, 0, 0, 0.25); border: 1px solid rgba(255, 255, 255, 0.075); border-radius: 9px; font-size: 13px; } .cf-info-item svg { width: 19px; height: 19px; flex: 0 0 19px; color: var(--cf-orange); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } /* ========================================================== DISCORD ========================================================== */ .cf-discord { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 24px; background: radial-gradient( circle at 15% 50%, rgba(88, 101, 242, 0.19), transparent 36% ), rgba(88, 101, 242, 0.075); border: 1px solid rgba(117, 128, 255, 0.38); border-radius: 13px; } .cf-discord-profile { display: flex; align-items: center; gap: 16px; } .cf-discord-icon { display: flex; align-items: center; justify-content: center; width: 56px; height: 56px; flex: 0 0 56px; color: #ffffff; background: linear-gradient( 145deg, #6975ff, #4c57d6 ); border: 1px solid rgba(255, 255, 255, 0.15); border-radius: 14px; box-shadow: 0 11px 27px rgba(88, 101, 242, 0.31), inset 0 1px 0 rgba(255, 255, 255, 0.18); } .cf-discord-icon svg { width: 32px; height: 32px; fill: currentColor; } .cf-discord-label { display: block; margin-bottom: 5px; color: #a8b0ff; font-size: 10px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; } .cf-discord-user { display: inline-block; padding: 4px 9px; color: #ffffff; background: rgba(0, 0, 0, 0.20); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 6px; font-family: Consolas, Monaco, monospace; font-size: 21px; font-weight: 900; user-select: all; } .cf-discord-note { display: block; margin-top: 6px; color: #8f9baa; font-size: 11px; } .cf-discord-button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 23px; color: #ffffff !important; background: linear-gradient( 135deg, #6975ff, #4c57d4 ); border: 1px solid rgba(255, 255, 255, 0.16); border-radius: 9px; font-size: 11px; font-weight: 900; letter-spacing: 0.8px; text-decoration: none !important; text-transform: uppercase; box-shadow: 0 11px 26px rgba(88, 101, 242, 0.24); transition: transform 0.22s ease, filter 0.22s ease, box-shadow 0.22s ease; } .cf-discord-button:hover { color: #ffffff !important; transform: translateY(-3px); filter: brightness(1.13); box-shadow: 0 16px 34px rgba(88, 101, 242, 0.32); } .cf-discord-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; } /* ========================================================== AVISO ========================================================== */ .cf-notice { display: flex; align-items: flex-start; gap: 14px; margin-top: 25px; padding: 18px 20px; color: #9ca8b6; background: rgba(255, 255, 255, 0.025); border: 1px solid rgba(255, 255, 255, 0.075); border-radius: 11px; font-size: 12px; line-height: 1.65; } .cf-notice svg { width: 21px; height: 21px; flex: 0 0 21px; margin-top: 1px; color: var(--cf-orange-light); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; } /* ========================================================== RODAPÉ ========================================================== */ .cf-footer { margin-top: 49px; padding: 31px 15px 5px; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.075); } .cf-footer-logo { display: block; width: min(310px, 80%); height: auto; margin: 0 auto 15px; filter: drop-shadow(0 12px 19px rgba(0, 0, 0, 0.55)); } .cf-footer-slogan { display: block; color: var(--cf-orange-light); font-size: 11px; font-weight: 850; letter-spacing: 1.5px; text-transform: uppercase; } .cf-footer-legal { display: block; max-width: 780px; margin: 14px auto 0; color: #66717e; font-size: 10px; line-height: 1.58; } /* ========================================================== ANIMAÇÕES ========================================================== */ @keyframes cfPulse { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.40; transform: scale(0.72); } } @keyframes cfLightSweep { 0% { left: -55%; } 58%, 100% { left: 135%; } } @keyframes cfHeroGlow { from { opacity: 0.40; transform: translateX(-4%); } to { opacity: 1; transform: translateX(4%); } } /* ========================================================== RESPONSIVO ========================================================== */ @media (max-width: 980px) { .cf-container { padding: 32px 22px; } .cf-hero { min-height: 540px; padding: 38px; } .cf-gallery { grid-template-columns: 1fr; } .cf-jobs { grid-template-columns: 1fr; } .cf-benefits { grid-template-columns: repeat(2, minmax(0, 1fr)); } .cf-project-image { height: auto; max-height: 590px; object-fit: contain; } } @media (max-width: 680px) { .cf-recruit { border-radius: 14px; } .cf-container { padding: 14px; } .cf-hero { min-height: 610px; align-items: flex-end; padding: 27px 19px; background: linear-gradient( 0deg, rgba(4, 6, 9, 1) 0%, rgba(4, 6, 9, 0.88) 52%, rgba(4, 6, 9, 0.30) 100% ), url("[Hidden Content]") center center / cover no-repeat; } .cf-main-logo { width: min(440px, 100%); } .cf-hero-title { font-size: 31px; } .cf-hero-description { font-size: 14px; } .cf-tag { font-size: 9px; } .cf-section { margin-top: 38px; } .cf-section-title { align-items: flex-start; font-size: 18px; } .cf-about { padding: 23px 20px; font-size: 14px; } .cf-media-header { align-items: flex-start; flex-direction: column; } .cf-project-image { height: auto; max-height: none; } .cf-benefits, .cf-info-grid { grid-template-columns: 1fr; } .cf-application { padding: 21px 16px; } .cf-discord { align-items: stretch; flex-direction: column; } .cf-discord-button { width: 100%; } .cf-discord-user { font-size: 18px; } } @media (prefers-reduced-motion: reduce) { .cf-recruit::after, .cf-recruit *, .cf-recruit *::before, .cf-recruit *::after { animation: none !important; transition: none !important; } } Recrutamento oficial aberto Faça parte da próxima grande batalha O Counter Fire é um projeto independente inspirado na essência dos FPS clássicos, trazendo uma experiência nova e nostálgica ao mesmo tempo. FPS competitivo Desenvolvido em Unity Projeto independente Comunidade participativa Sobre o Counter Fire O Counter Fire nasceu com o objetivo de recuperar a atmosfera e a competitividade dos grandes jogos de tiro online que marcaram uma geração. Estamos construindo uma experiência que mistura elementos clássicos com sistemas modernos , incluindo partidas rápidas, salas personalizadas, diferentes modos de jogo, progressão, personalização e uma comunidade participando diretamente da evolução do projeto. Procuramos pessoas responsáveis, criativas e apaixonadas por FPS para ajudar no desenvolvimento do jogo e na organização da comunidade oficial. Imagens reais do projeto Lobby e sistema de salas Em desenvolvimento Interface de navegação, salas personalizadas, perfil, sistema social, chat e informações das partidas. Gameplay e cenários Em desenvolvimento Cenários, mapas, ambientação, elementos interativos e testes internos de desempenho e jogabilidade. Vagas disponíveis 01 Integrador de armas 3D Procuramos alguém para trabalhar com importação, adaptação, configuração e otimização de armas e modelos 3D dentro da Unity. Conhecimentos desejados Importação de modelos 3D para Unity Configuração de materiais e texturas Animações de armas em primeira pessoa Rigging, prefabs e organização de assets Blender, Maya ou 3ds Max Otimização de modelos para jogos Experiência com FPS semelhantes ao CrossFire 02 Moderador da comunidade Buscamos moderadores responsáveis para auxiliar os jogadores e manter a comunidade organizada, segura e respeitosa. Principais responsabilidades Orientar e receber novos membros Analisar denúncias e conflitos Aplicar as regras da comunidade Encaminhar bugs e sugestões Ajudar na organização de eventos Manter comunicação clara e imparcial 03 Administrador do Discord Procuramos alguém experiente para estruturar, administrar e desenvolver o servidor oficial do Counter Fire. Conhecimentos desejados Configuração de cargos e permissões Organização de categorias e canais Bots de tickets, logs e moderação Segurança e proteção contra spam Criação de anúncios e eventos Boa comunicação e disponibilidade Por que participar Cargo oficial Reconhecimento como integrante da equipe do projeto. Acesso antecipado Participação em testes e versões internas do jogo. Créditos no projeto Reconhecimento público pelas contribuições realizadas. Crescimento conjunto Oportunidade de evoluir junto com o jogo e a comunidade. Como participar Quem tiver interesse deve entrar em contato pelo Discord e enviar uma apresentação contendo as informações abaixo. Nome ou apelido Idade Função desejada Experiência anterior Disponibilidade diária Portfólio, caso possua Usuário oficial no Discord adrianocf Clique e selecione o usuário para copiar. Abrir Discord O Counter Fire é um projeto independente. Todo conteúdo utilizado no desenvolvimento deverá ser próprio, licenciado ou possuir autorização de uso. Detalhes sobre responsabilidades e condições de participação serão explicados diretamente aos candidatos. O passado que marcou uma geração. A nova batalha começa agora. Counter Fire é um projeto independente inspirado na experiência clássica dos FPS online. Não possui associação oficial com CrossFire, Smilegate ou outras marcas utilizadas apenas como referência.
  2. poderia mandar as imagens separadas nao consigo ver o erri
  3. Vou soltar a tardes as ferramentas totalmente gratuitas...
  4. configuração errada do SQL Server ou TCP/IP desativado. Tenta nesta ordem: Verifica se o SQL Server está ligado Abra o SQL Server Configuration Manager e confirma se o serviço do SQL está em execução. Ativa o TCP/IP Em SQL Server Network Configuration > Protocols for ..., deixa TCP/IP = Enabled. Em relatos desse erro, isso resolveu o problema. Reinicia o serviço do SQL Depois de ativar o TCP/IP, reinicia o serviço do SQL Server para aplicar. Confere IP e porta Em muitos casos a conexão foi configurada como 127.0.0.1,1433 ou 127.0.0.1,7302; se a porta estiver errada, o sync db não conecta. No exemplo do fórum, o instalador pede exatamente IP/porta, nome do banco, usuário e senha. Confere usuário e senha do banco Verifica se o login usado pelo server realmente existe no SQL e tem acesso ao banco correto. Confere o nome do banco Se o server estiver apontando para um DB diferente do restaurado, também dá esse erro. No exemplo encontrado, o banco usado era algo como G4BOX_SA_BILL_DB. Libera firewall Se estiver usando outra máquina ou VM, libera a porta do SQL no Windows Firewall. Confere o modo de autenticação No SQL Server, vê se está aceitando SQL Server Authentication, não só Windows Authentication.
  5. CROSSFIRE SERVER FILES VISUAL 3.0 CROSSFIRE SERVER FILES Pack gratuito com client 3.0, extras inéditos e visual renovado ⚠ Material organizado para a comunidade, com conteúdo adicional e client atualizado. Sobre o pack Fala, tropa! Estou disponibilizando um pack do CounterFire com vários conteúdos extras, incluindo client com visual 3.0, novas funções e diversos arquivos organizados. 🎯 Mercado Negro 👑 Novas VIPs 🧍 Novos personagens 🔫 Novas armas 📱 Armas do jogo mobile ⚙ Client visual 3.0 🚀 Conteúdos extras 🔥 Pack organizado O que você encontra neste pack Conteúdos adicionais para expandir a experiência do jogo Visual 3.0 já aplicado no client Itens novos para deixar o projeto mais atualizado Arquivos separados para facilitar organização e testes Downloads disponíveis Escolha abaixo o conteúdo que deseja baixar. ⬇ Download Client Baixar cliente do jogo ⚙ Download Gamer Server Baixar arquivos do servidor Deixe seu feedback no tópico. AREA PREMIUM / FERRAMENTAS ADMIN TOOLKIT R$ 29,99 FERRAMENTAS ADMIN / DEV Kit para administração, manutenção e organização do projeto ⚠ Ferramentas disponibilizadas para ajudar no desenvolvimento, manutenção e organização do projeto. Valor de apoio R$ 29,99 A venda é para ajudar no rateio dos custos do projeto. Sobre o kit Estou disponibilizando um pacote com ferramentas administrativas e de desenvolvimento para auxiliar na manutenção e organização do projeto. 🛠 Painel administrativo 👤 Gerenciamento de usuários 🗂 Organização de arquivos ⚙ Utilitários de atualização 🧩 Ferramentas de edição 🌐 Base de site do projeto 📦 Arquivos extras 🚀 Kit pronto para uso O que acompanha Ferramentas de apoio para administração e manutenção Utilitários para organização e atualização do projeto Recursos para gerenciamento interno Arquivos e extras para facilitar o trabalho no projeto Base web/site incluída entre os materiais Adquirir agora Para comprar, fale direto comigo no Telegram. ✈ Comprar no Telegram @Adrianobagatini Chame no Telegram para adquirir. .cf-wrap{ max-width:1360px; margin:0 auto; padding:10px 0 28px; font-family:Arial,Helvetica,sans-serif; } /* ===== POST BASE ===== */ .cf-post{ width:100%; margin:24px auto; background: linear-gradient(180deg,#0a0e15 0%, #0f1722 100%); border:1px solid #293243; border-radius:24px; overflow:hidden; color:#e5e7eb; box-shadow: 0 18px 50px rgba(0,0,0,.52), inset 0 1px 0 rgba(255,255,255,.02); position:relative; } .cf-post *{ box-sizing:border-box; } .cf-post::before{ content:""; position:absolute; inset:0; pointer-events:none; background: linear-gradient(180deg,rgba(255,255,255,.02),transparent 18%), radial-gradient(circle at top right, rgba(255,88,24,.08), transparent 28%); } /* ===== HEADER ===== */ .cf-header{ position:relative; padding:38px 32px 30px; background: linear-gradient(135deg,rgba(255,80,0,.18),rgba(255,0,0,.08)), linear-gradient(90deg,#171d28,#111722); border-bottom:1px solid #2d3748; overflow:hidden; } .cf-header-overlay{ position:absolute; inset:0; background: radial-gradient(circle at top right, rgba(255,90,0,.14), transparent 28%), radial-gradient(circle at left center, rgba(255,45,45,.08), transparent 25%); pointer-events:none; } .cf-glow{ position:absolute; top:-30%; left:-15%; width:130%; height:220%; background:linear-gradient(90deg,transparent,rgba(255,95,31,.14),transparent); transform:skewX(-25deg); animation:cfshine 5s linear infinite; pointer-events:none; } .cf-topline{ position:relative; z-index:2; display:flex; flex-wrap:wrap; gap:10px; align-items:center; } .cf-badge{ display:inline-block; padding:7px 14px; border-radius:999px; font-size:12px; font-weight:800; letter-spacing:1px; color:#fff; background:linear-gradient(90deg,#ff5a00,#ff2d2d); box-shadow:0 0 18px rgba(255,80,0,.35); text-transform:uppercase; } .cf-mini-tag{ display:inline-block; padding:6px 12px; border-radius:999px; font-size:11px; font-weight:800; letter-spacing:.9px; color:#dbe4f0; border:1px solid rgba(255,255,255,.14); background:rgba(255,255,255,.05); text-transform:uppercase; } .cf-mini-tag-gold{ color:#fff2c2; border-color:rgba(255,196,76,.35); background:linear-gradient(90deg,rgba(255,183,0,.18),rgba(255,120,0,.10)); } .cf-header h1{ margin:18px 0 10px; font-size:44px; line-height:1.02; color:#fff; letter-spacing:1px; text-shadow:0 0 18px rgba(255,90,0,.18); position:relative; z-index:2; } .cf-sub{ margin:0; font-size:17px; color:#cbd5e1; position:relative; z-index:2; line-height:1.7; } /* ===== BODY ===== */ .cf-body{ padding:32px; } .cf-section-title{ margin:8px 0 10px; font-size:22px; font-weight:800; color:#fff; text-transform:uppercase; letter-spacing:.4px; } .cf-alert{ display:flex; gap:12px; align-items:flex-start; padding:16px 18px; margin-bottom:24px; border:1px solid rgba(255,115,0,.24); background:linear-gradient(180deg,rgba(255,115,0,.10),rgba(255,115,0,.04)); border-radius:18px; color:#f8fafc; box-shadow:inset 0 1px 0 rgba(255,255,255,.02); } .cf-alert span{ display:inline-flex; align-items:center; justify-content:center; min-width:28px; width:28px; height:28px; border-radius:50%; background:#ff5a00; color:#fff; font-weight:700; box-shadow:0 0 14px rgba(255,90,0,.30); } .cf-text{ margin:0 0 22px; font-size:16px; line-height:1.9; color:#dbe4f0; } /* ===== GALLERY ===== */ .cf-gallery{ display:grid; gap:18px; margin:0 0 28px; } .cf-gallery-main{ grid-template-columns:repeat(2,minmax(0,1fr)); } .cf-gallery-tools{ grid-template-columns:repeat(2,minmax(0,1fr)); } .cf-shot{ position:relative; border-radius:18px; overflow:hidden; border:1px solid #2d3748; background:#0f1722; box-shadow:0 12px 28px rgba(0,0,0,.32); min-height:280px; } .cf-shot img{ display:block; width:100%; height:100%; object-fit:cover; transition:transform .35s ease, opacity .35s ease; } .cf-shot:hover img{ transform:scale(1.03); opacity:.97; } .cf-shot::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg,transparent 55%, rgba(0,0,0,.30) 100%); pointer-events:none; } .cf-shot-wide{ grid-column:1 / -1; min-height:390px; } /* ===== PRICE BOX ===== */ .cf-price-box{ margin:0 0 24px; padding:24px; border-radius:20px; background:linear-gradient(135deg,rgba(255,90,0,.14),rgba(255,45,45,.08)); border:1px solid rgba(255,90,0,.22); box-shadow:inset 0 1px 0 rgba(255,255,255,.03); } .cf-price-label{ font-size:13px; text-transform:uppercase; letter-spacing:1px; color:#cbd5e1; margin-bottom:8px; } .cf-price{ font-size:42px; font-weight:800; color:#fff; line-height:1; text-shadow:0 0 16px rgba(255,90,0,.18); } .cf-price-sub{ margin-top:10px; color:#dbe4f0; line-height:1.8; } /* ===== CARDS ===== */ .cf-grid{ display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:14px; margin:24px 0 28px; } .cf-card{ padding:16px 16px; border-radius:18px; background:linear-gradient(180deg,#141c27,#0f1722); border:1px solid #293243; color:#fff; font-weight:700; box-shadow: inset 0 1px 0 rgba(255,255,255,.03), 0 8px 18px rgba(0,0,0,.20); transition:transform .25s ease, border-color .25s ease, box-shadow .25s ease; } .cf-card:hover{ transform:translateY(-2px); border-color:#ff5a00; box-shadow: 0 0 18px rgba(255,90,0,.14), 0 10px 24px rgba(0,0,0,.26); } /* ===== BOX ===== */ .cf-box{ margin:0 0 28px; padding:24px; border-radius:20px; background:linear-gradient(180deg,#0d1520,#0b1119); border:1px solid #2a3342; box-shadow:inset 0 1px 0 rgba(255,255,255,.02); } .cf-box-title{ margin-bottom:12px; font-size:21px; font-weight:800; color:#fff; letter-spacing:.4px; text-transform:uppercase; } .cf-box ul{ margin:0; padding-left:22px; color:#dbe4f0; line-height:2; font-size:15px; } /* ===== DOWNLOAD AREA ===== */ .cf-download-wrap{ margin:0 0 28px; padding:24px; border-radius:20px; background:linear-gradient(180deg,#101826,#0c131d); border:1px solid #273142; box-shadow:inset 0 1px 0 rgba(255,255,255,.02); } .cf-download-title{ font-size:24px; font-weight:800; color:#fff; text-transform:uppercase; letter-spacing:.5px; margin-bottom:8px; } .cf-download-sub{ margin:0 0 18px; color:#cbd5e1; line-height:1.8; } .cf-downloads{ display:grid; grid-template-columns:repeat(2,minmax(280px,1fr)); gap:18px; } .cf-downloads-single{ grid-template-columns:1fr; } .cf-download-btn{ position:relative; display:flex; align-items:center; gap:15px; padding:20px; border-radius:18px; text-decoration:none; color:#fff; overflow:hidden; border:1px solid rgba(255,255,255,.08); box-shadow:0 12px 28px rgba(0,0,0,.28); transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease; } .cf-download-btn::before{ content:""; position:absolute; inset:0; background:linear-gradient(90deg,transparent,rgba(255,255,255,.12),transparent); transform:translateX(-120%); animation:cfbtnshine 4s linear infinite; } .cf-download-btn:hover{ transform:translateY(-2px); } .cf-client{ background:linear-gradient(135deg,#ff5a00,#ff2d2d); border-color:rgba(255,120,60,.45); } .cf-client:hover{ box-shadow:0 0 24px rgba(255,90,0,.22); } .cf-server{ background:linear-gradient(135deg,#0f172a,#1e293b); border-color:rgba(255,255,255,.12); } .cf-server:hover{ box-shadow:0 0 24px rgba(59,130,246,.14); } .cf-icon{ display:flex; align-items:center; justify-content:center; width:58px; height:58px; min-width:58px; border-radius:16px; background:rgba(255,255,255,.12); font-size:25px; font-weight:700; } .cf-btn-text{ display:flex; flex-direction:column; line-height:1.2; } .cf-btn-text strong{ font-size:19px; letter-spacing:.3px; } .cf-btn-text small{ margin-top:5px; font-size:13px; color:rgba(255,255,255,.88); } /* ===== FOOTER ===== */ .cf-footer{ display:flex; align-items:center; gap:10px; padding:15px 18px; border-radius:16px; background:linear-gradient(90deg,rgba(255,45,45,.14),rgba(255,90,0,.08)); border:1px solid rgba(255,90,0,.20); color:#fff; font-weight:700; } /* ===== DIVIDER ===== */ .cf-divider{ position:relative; margin:10px 0 0; text-align:center; } .cf-divider span{ display:inline-block; padding:10px 18px; border-radius:999px; color:#fff; font-size:12px; letter-spacing:1px; font-weight:800; text-transform:uppercase; background:linear-gradient(90deg,#ff5a00,#ff2d2d); box-shadow:0 0 18px rgba(255,80,0,.24); } /* ===== ANIMATIONS ===== */ @keyframes cfshine{ 0%{ transform:translateX(-120%) skewX(-25deg); } 100%{ transform:translateX(120%) skewX(-25deg); } } @keyframes cfbtnshine{ 0%{ transform:translateX(-120%); } 100%{ transform:translateX(120%); } } /* ===== RESPONSIVO ===== */ @media (max-width:980px){ .cf-header h1{ font-size:34px; } .cf-body{ padding:22px; } .cf-gallery-main, .cf-gallery-tools{ grid-template-columns:1fr; } .cf-shot, .cf-shot-wide{ min-height:230px; } .cf-shot-wide{ grid-column:auto; } .cf-downloads{ grid-template-columns:1fr; } } @media (max-width:700px){ .cf-wrap{ padding:0 0 18px; } .cf-post{ border-radius:18px; margin:18px auto; } .cf-header{ padding:24px 18px 20px; } .cf-header h1{ font-size:28px; } .cf-sub{ font-size:15px; } .cf-body{ padding:18px; } .cf-section-title{ font-size:18px; } .cf-grid{ grid-template-columns:1fr; } .cf-shot, .cf-shot-wide{ min-height:180px; } .cf-download-wrap, .cf-box, .cf-price-box{ padding:18px; } .cf-download-title{ font-size:20px; } .cf-download-btn{ padding:16px; } .cf-icon{ width:50px; height:50px; min-width:50px; font-size:22px; } .cf-btn-text strong{ font-size:17px; } .cf-price{ font-size:32px; } }