Zplague
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Zplague Entrar

Seu portal de Zombie Plague no Brasil


descriptionAjuda um menu no M EmptyAjuda um menu no M

more_horiz
Quero colocar um menu no M assim
1-Comprar armas. e assim msm
2-INTENS EXTRAS. E ASSIM MSM
3-Classe Zombie. e assim ms
eo 4- Unstuck mas queria que substituise por Escolher Chapeu Comando /Hats
eo 5 ou 6- Menu de Fichas 
qm me ajuda meu skype lucas.cb5

descriptionAjuda um menu no M EmptyRe: Ajuda um menu no M

more_horiz
Abre a sma do zombie plague e procura por "MENU_UNSTUCK" 

Vai ter algo assim.

Código:

if (g_isalive[id])
      len += formatex(menu[len], charsmax(menu) - len, "\r4.\w %L^n", id, "MENU_UNSTUCK")
   else
      len += formatex(menu[len], charsmax(menu) - len, "\d4. %L^n", id, "MENU_UNSTUCK")
Ai você deixa assim

Código:

len += formatex(menu[len], charsmax(menu) - len, "\r4.\wEscolher Chapeus^n")
Depois tu procura por case 3: // Unstuck


Deve ter algo assim:

Código:

case 3: // Unstuck
      {
         // Check if player is stuck
         if (g_isalive[id])
         {
            if (is_player_stuck(id))
            {
               // Move to an initial spawn
               if (get_pcvar_num(cvar_randspawn))
                  do_random_spawn(id) // random spawn (including CSDM)
               else
                  do_random_spawn(id, 1) // regular spawn
            }
            else
               zp_colored_print(id, "^x04[ZP]^x01 %L", id, "CMD_NOT_STUCK")
         }
         else
            zp_colored_print(id, "^x04[ZP]^x01 %L", id, "CMD_NOT")
      }

Ai tu deixa assim

Código:

case 3: //Escolher Chapeus
{
   client_cmd(id, "say /Hats")
}
Tutorial feito por Leozinho!

descriptionAjuda um menu no M EmptyajUDO

more_horiz
Ja pode fechas ajudo msm +rep

descriptionAjuda um menu no M EmptyRe: Ajuda um menu no M

more_horiz
Closed.

descriptionAjuda um menu no M EmptyRe: Ajuda um menu no M

more_horiz
privacy_tip Permissões neste sub-fórum
Não podes responder a tópicos
power_settings_newInicie sessão para responder