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


description[PEDIDO] Extra Vip Empty[PEDIDO] Extra Vip

more_horiz
Nome do Plugin: Comprar todas as Classes
Descrição: Coloca todos os modos DISPONIVEIS para os VIPS no menu /VM
Todos mesmo, {BERSERKER, PREDATOR, ASSASSIN, SNIPER, SURVIVOR E NEMESIS}
Aonde viu: DynamicKiller ZP

description[PEDIDO] Extra Vip EmptyRe: [PEDIDO] Extra Vip

more_horiz
vó edita e coloca bem organizado e depois vó posta

description[PEDIDO] Extra Vip EmptyRe: [PEDIDO] Extra Vip

more_horiz
blz, vlw e boa sorte

description[PEDIDO] Extra Vip EmptyRe: [PEDIDO] Extra Vip

more_horiz
ai
Assasin, Sniper, Nemesis, Survivor

https://zplague.forumeiro.com/t5697-comprar-modos-vip

description[PEDIDO] Extra Vip EmptyRe: [PEDIDO] Extra Vip

more_horiz
Biel-oGrande escreveu:
ai
Assasin, Sniper, Nemesis, Survivor

https://zplague.forumeiro.com/t5697-comprar-modos-vip
vlw biel, mais eu preciso de um que tenha predator e berserker junto ;/

description[PEDIDO] Extra Vip EmptyRe: [PEDIDO] Extra Vip

more_horiz
raultntpaiva escreveu:
Biel-oGrande escreveu:
ai
Assasin, Sniper, Nemesis, Survivor

https://zplague.forumeiro.com/t5697-comprar-modos-vip
vlw biel, mais eu preciso de um que tenha predator e berserker junto ;/
Beserker

Código:

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <zombie_plague_advance>
#include <zmvip>

#define PLUGIN "Vip's Buy Berserker"
#define VERSION "1.0"
#define AUTHOR "Biel-oGrande"

new g_item_id
new g_item_limit[33]
new g_item_name[] = "Comprar Berserker"
new g_item_descrip[] = "Faca Rapida"
new g_item_cost = 190

new cvar_limit

public plugin_init() {
  
   register_plugin(PLUGIN, VERSION, AUTHOR)
  
   g_item_id = zv_register_extra_item(g_item_name, g_item_descrip, g_item_cost, ZP_TEAM_HUMAN)
  
   cvar_limit= register_cvar("zp_vip_buy_berserker", "1")
}

public zv_extra_item_selected(id, itemid) {
  
   if(itemid == g_item_id) {
      
      if(zp_has_round_started()) {
        
         client_print(id, print_chat, "Voce nao pode comprar depois da infeccao.")
         return ZP_PLUGIN_HANDLED
      }
      if(g_item_limit[id] >= get_pcvar_num(cvar_limit)) {
        
         client_print(id, print_chat, "Voce soh pode comprar 1 por mapa.")
         return ZP_PLUGIN_HANDLED
      }
      zp_make_user_berserker(id)
      g_item_limit[id]++
   }
   return PLUGIN_HANDLED
}
Predator

Código:

/* Plugin generated by AMXX-Studio */

#include <amxmodx>
#include <amxmisc>
#include <zombie_plague_advance>
#include <zmvip>

#define PLUGIN "Vip's Buy Predator"
#define VERSION "1.0"
#define AUTHOR "Biel-oGrande"

new g_item_id
new g_item_limit[33]
new g_item_name[] = "Comprar Predator"
new g_item_descrip[] = "Descri.."
new g_item_cost = 190

new cvar_limit

public plugin_init() {
  
   register_plugin(PLUGIN, VERSION, AUTHOR)
  
   g_item_id = zv_register_extra_item(g_item_name, g_item_descrip, g_item_cost, ZP_TEAM_HUMAN)
  
   cvar_limit= register_cvar("zp_vip_buy_predator", "1")
}

public zv_extra_item_selected(id, itemid) {
  
   if(itemid == g_item_id) {
      
      if(zp_has_round_started()) {
        
         client_print(id, print_chat, "Voce nao pode comprar depois da infeccao.")
         return ZP_PLUGIN_HANDLED
      }
      if(g_item_limit[id] >= get_pcvar_num(cvar_limit)) {
        
         client_print(id, print_chat, "Voce soh pode comprar 1 por mapa.")
         return ZP_PLUGIN_HANDLED
      }
      zp_make_user_predator(id)
      g_item_limit[id]++
   }
   return PLUGIN_HANDLED
}

description[PEDIDO] Extra Vip EmptyRe: [PEDIDO] Extra Vip

more_horiz
Ae, valeu cara o/

description[PEDIDO] Extra Vip EmptyRe: [PEDIDO] Extra Vip

more_horiz
Closed.

description[PEDIDO] Extra Vip EmptyRe: [PEDIDO] Extra Vip

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